mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
rename certificates with status 409 already revoked to .pem-revoked #121
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 @gertcuykens on GitHub (Jul 5, 2016).
Currently
./letsencrypt.sh -r cert.pemdoes not rename certificates that are already revoked by a ohter client.Suggest to also rename with
.pem-revokedthem when you get the following error.@lukas2511 commented on GitHub (Jul 5, 2016):
Yes, this is because the error message isn't (yet) parsed in any way, and without any knowledge on why revocation failed it doesn't make sense to move certificates around.