mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
Fix chain if certificate has already been acquired #297
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 @lukas2511 on GitHub (Mar 11, 2018).
Currently if dehydrated fails to generate a chain it will repeat the whole process of acquiring a certificate on the next run.
Ideally it should use the previously acquired certificate and only fix the chain certificate and symlinks on the next run.
@lukas2511 commented on GitHub (Apr 8, 2018):
This is no longer relevant as ACMEv2 delivers the whole chain and the underlying issue should never occur that way.