redbird icon indicating copy to clipboard operation
redbird copied to clipboard

Auto renew expired certs?

Open ronag opened this issue 8 years ago • 5 comments

The certificates will eventually expire which might cause problems. Would it be possible to auto renew?

ronag avatar Jan 22 '17 06:01 ronag

If you mean LE certificates, they are renewed automatically. Other manually installed certificates needs of course to be renewed by hand...

manast avatar Jan 22 '17 19:01 manast

The main issue I'm seeing with this is that currently redbird does not seem to have a LetsEncrypt live folder lifecycle.

In other words, as as mentioned here and issue #89, if the docker container is re-spawned too often, LetsEncrypt throttles the renewal/issuance of new certificates. Instead there should be a mechanism to back up the live certs into a secrets vault, encrypted S3 bucket or similar.

/cc @reisingerf

brainstorm avatar Nov 06 '18 03:11 brainstorm

Disregard my last comment, my colleague just noticed that according to docs, this important bit is left to the user to fix on its own: "Its your responsibility to backup, or save persistently when applicable."

brainstorm avatar Nov 06 '18 03:11 brainstorm

It would never the less be great if the documentation would be a bit more clear/explicit on that point. I am guessing from the comment in the config example:

WARNING: Only use this flag when the proxy is verified to work correctly to avoid being banned! that if the production flag is set to false, you are using the staging environment of LetsEncrypt to get around the low rate limits on the production environment. If that's true, you could perhaps add a comment/link to the relevant LetsEncrypt page? https://letsencrypt.org/docs/rate-limits/

reisingerf avatar Nov 06 '18 03:11 reisingerf

If you mean LE certificates, they are renewed automatically. Other manually installed certificates needs of course to be renewed by hand...

I just received an expire warning email on one of my LE certificates from "Let's Encrypt Expiry Bot".

When exactly is the cert renewed and how can I verify this?

chranmat avatar May 21 '19 08:05 chranmat