add additional CAA tests
This commit is contained in:
parent
c1e94b5d69
commit
a69aaa1023
2
test.js
2
test.js
@ -47,6 +47,8 @@ tape('srv', function (t) {
|
||||
|
||||
tape('caa', function (t) {
|
||||
testEncoder(t, packet.caa, {flags: 128, tag: 'issue', value: 'letsencrypt.org', issuerCritical: true})
|
||||
testEncoder(t, packet.caa, {tag: 'issue', value: 'letsencrypt.org', issuerCritical: true})
|
||||
testEncoder(t, packet.caa, {tag: 'issue', value: 'letsencrypt.org'})
|
||||
t.end()
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user