Created
October 5, 2016 14:09
-
-
Save kgaughan/a45ab3cc4e0146edf29339d2692daf15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
certbot tlsa (--pkix-ta|--dane-ta|--pkix-ee|--dane-ee)+ # Usage field | |
(--cert|--spki) # Selector field | |
(--full|--sha256|--sha512) # Matching-Type | |
--port NUM | |
--transport (tcp|udp|sctp) | |
domain.name | |
Example: | |
$ certbot tlsa --dane-ee --spki --sha256 --port 587 --transport tcp mail.talideon.com | |
_587._tcp.mail.talideon.com. TLSA 3 1 1 86432ac4f266b7d59c686b58bbf66ebfad42b984b90d0653b6faabcb98f344b2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could even make it output just a partial output if you omitted the --port and --transport flags.