mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Does the DNS update hook need to be run for subsequent verifications after the first verification in DNS mode? #168
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 @leaf-node on GitHub (Nov 29, 2016).
I didn't find this information in your documentation, but from what I can gather, the presence of the plethora of hooks suggests that automation is necessary because each month or two, full DNS verification with hooks is necessary when verifying in DNS mode.
Is this correct? Thanks!
@whereisaaron commented on GitHub (Dec 25, 2016):
Whether you use HTTP or DNS verification, Let's Encrypt certificates are valid for only 90 days. So you have to automate re-verifying and issuing new certificates every couple months, plus deploying the new certs to any service that uses them, and restarting the service if necessary.
@leaf-node commented on GitHub (Dec 25, 2016):
Thanks, that clarifies. I wasn't sure whether a static DNS config could be used for later verification.