-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сertbot сertificate renewal #130
Comments
I would love to know as well what the correct method is as well. I tried the following command as well |
Is this not being worked on? |
I did find that, however, there needs to be a way for the docker container to do it by itself. |
If you also want to store the certificates outside the container, that's where you should add it to the systemd timer. |
Hi!
To renew certificates I use this script:
https://github.com/mattermost/docker/blob/main/contrib/systemd/certbot.service
It works well, I get a new certificate.
But it doesn't apply in a container without a restart.
How do I properly load the certificate without restarting the container?
The text was updated successfully, but these errors were encountered: