Skip to content

Instantly share code, notes, and snippets.

@kgaughan
Created October 5, 2016 14:09
Show Gist options
  • Save kgaughan/a45ab3cc4e0146edf29339d2692daf15 to your computer and use it in GitHub Desktop.
Save kgaughan/a45ab3cc4e0146edf29339d2692daf15 to your computer and use it in GitHub Desktop.
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
@kgaughan
Copy link
Author

kgaughan commented Oct 5, 2016

You could even make it output just a partial output if you omitted the --port and --transport flags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment