acme
acme copied to clipboard
Renew certificate
What's the recommended way of renewing an existing letsencrypt certificate using cmd/acme
?
Just running acme cert $domain
will re-issue a new .crt
.
Is there a way of handling this automatically? Like "renew, when existing .crt
will expire in n days"?
Good point! It isn't there yet but I'll start working in it soon. Renew should be very easy as it doesn't require challenge resolution.
Sound's good! I like the tool so far, clean and simple implementation. Would you mind updating this ticket when there's something to test/ use?
Of course. Will do.