diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-10-26 14:42:03 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-03 22:33:03 +0000 |
commit | ad1e35ab3c83e0136557726c432340ee19621822 (patch) | |
tree | 855bf5ab735a47d96b50ca2cfb8105deae53e452 /test/dnszones-src/db.example.com | |
parent | 44c3863eb634def9cb5b64ca43f463bd7bf72b6f (diff) |
Testsuite: Automation for TLDA regen
Diffstat (limited to 'test/dnszones-src/db.example.com')
-rw-r--r-- | test/dnszones-src/db.example.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dnszones-src/db.example.com b/test/dnszones-src/db.example.com index 4997d4d7c..4c33dc180 100644 --- a/test/dnszones-src/db.example.com +++ b/test/dnszones-src/db.example.com @@ -47,6 +47,7 @@ alternatename.server1 CNAME server1 ; a broken dane config where the name does not match in the cert, TA-mode, dane-requested ; NOTE: the server uses the example.net cert hence the mismatch ; +; TLSA_AUTOGEN ; openssl x509 -in aux-fixed/exim-ca/example.net/CA/CA.pem -fingerprint -sha256 -noout \ ; | awk -F= '{print $2}' | tr -d : | tr '[A-F]' '[a-f]' ; @@ -56,6 +57,7 @@ DNSSEC _1225._tcp.danebroken7 TLSA 2 0 1 7b7f27746dafe59e5b419ee4c5ea97f04fcf100 ; the same, EE-mode ; +; TLSA_AUTOGEN ; openssl x509 -in aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.pem -noout -pubkey \ ; | openssl pkey -pubin -outform DER | openssl dgst -sha256 | awk '{print $2}' ; |