-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Featurenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.State-Module
Milestone
Description
Is your feature request related to a problem? Please describe.
After creating a certificate using test_cert flag then removing the flag, the result was nothing happening due to:
- Acme state does a check to see if cert exists and if it does it just checks if it needs renewed. No consideration for replacing a staging certificate.
Line 104 in 75269c4
if not __salt__["acme.has"](certname): - Acme module does not have capability to revoke or delete a certificate.
Describe the solution you'd like
Option to specify that the existing staging/test cert should be replaced with a production cert.
Describe alternatives you've considered
Manually invoking certbot commands.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Featurenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.State-Module