mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #8] Revoke certificate #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoACME#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @beppler on GitHub (Jan 30, 2018).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/8
Originally assigned to: @ridercz on GitHub.
It would be awesome if there are a option to revoke certificates com the cli.
It should operate like delhost, but run the certificate revoke before delete files.
@ridercz commented on GitHub (Jan 30, 2018):
Good idea, I'll implement this once I have some free time.
@Timo-Breumelhof commented on GitHub (Jul 17, 2020):
This would be really cools, as now we get expiry emails for domain names the are not on our server any more :-)
@avonwyss commented on GitHub (Jul 17, 2020):
Revoking as CLI operation would be good, but...
Does this indeed prevent the expiry email from being sent? I had previously re-issued new certs for domains and still got expiry mails for the then obsolete certs. My understanding is that revoking is used when a certificate/provate key have been compromised, it does not necessarily mean that the cert shouldn't be renewed with a new private key...
https://letsencrypt.org/docs/revoking/
https://community.letsencrypt.org/t/do-you-have-to-revoke-previous-certificates-if-you-want-to-generate-a-new-one/127473
@Timo-Breumelhof commented on GitHub (Jul 17, 2020):
oh ok, thanks for the feedback :-)