mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
rename all 3 cert.pem, chain.pem and fullchain.pem to .pem-revoked #126
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).
If one of them is being revoked all three of them are invalid.
@lukas2511 commented on GitHub (Dec 18, 2016):
Since the revoke command can also be used with certificates that have been installed somewhere else or certificates that have been generated using the
--signcsrcommand it would be a bit complicated to do this, and in some rare cases it may even break something. Also I don't really see a requirement for this, if you are revoking cert.pem and running the script again it will notice the cert missing, will sign it again, and will rotate all other files as well.