Replies: 2 comments 2 replies
-
Hi, I'm not sure, that I understand you correctly. This is a plugin for certbot for a dns-01 challenge. So certbot itself is the program, which is doing the renewal of the certificate. I run certbot as a systemd service and in its deployment hooks I distribute the certificate do all my containers and other servers. But it should be quite easy to build a docker container running certbot with this plugin. |
Beta Was this translation helpful? Give feedback.
-
certbot is the program whicht is used for the renewal. It checks every day if the certificates are due for renewal. The certificates are valid vor 90 days and can be renewed 30 days before end. certbot is doing the checks and deploys the certificates to your containers if you like. |
Beta Was this translation helpful? Give feedback.
-
I see some systems that use Letsencrypt that can re-issue the certificates automatically. Have you thought of creating a version of this that does the same in a docker container that runs continuously? That could also be included in some sort of docker compose feature for some of these systems.
Beta Was this translation helpful? Give feedback.
All reactions