Skip to content

Commit

Permalink
update TLSA certs (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens authored Dec 22, 2024
1 parent 4de1d18 commit ebaea22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testing/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,14 @@ def run_zdns_multiline_output(self, flags, name, executable=ZDNS_EXECUTABLE, app
"selector": 1,
"matching_type": 1,
"certificate": "b05d5a0b10095ab7d38710aa70b85c5227cfb9cae23c93ee2bf8fdbedfffdb39"
}, {
"type": "TLSA",
"class": "IN",
"name": "_25._tcp.mail.ietf.org",
"cert_usage": 3,
"selector": 1,
"matching_type": 1,
"certificate": "1f9afe824b213ab18bd59312c58c9282d2047875324cc7e0d4259d67cf42c5fa"
}
]

Expand Down

0 comments on commit ebaea22

Please sign in to comment.