mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Does dehydrated support TLSA record generation? #391
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andreasschulze on GitHub (Dec 12, 2018).
When using ACME to issue certificates for Mailservers, one may want to publish TLSA-Records too.
The general timeline would be:
Is there a suggested way to implement a similar behaviour with the current version (0.6.2) ?
@txr13 commented on GitHub (Dec 12, 2018):
Seems this would be better implemented in a hook script’s deploy_cert function.
@jobe1986 commented on GitHub (Dec 12, 2018):
The following site gives a little useful info on using openssl commands to generate the values for TLSA records (for the public key only) but that alone should give you hints on what to do for the full certs too:
https://blog.tyk.nu/blog/generating-tlsa-records-with-openssl/
@esclear commented on GitHub (Dec 16, 2018):
You might want to take a look at DHANE.
@lukas2511 commented on GitHub (Jan 18, 2019):
I also think this doesn't belong directly into dehydrated, but rather into an external hook-script. Thanks for the idea anyway.