Skip to content
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

docker container doesn't pick up auto-renewed cert #11

Open
mcfiredrill opened this issue Mar 11, 2022 · 1 comment
Open

docker container doesn't pick up auto-renewed cert #11

mcfiredrill opened this issue Mar 11, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@mcfiredrill
Copy link
Member

No description provided.

@mcfiredrill mcfiredrill added the bug Something isn't working label Mar 11, 2022
@mcfiredrill mcfiredrill changed the title when cert goes bad, docker container needs to be restarted,,,, docker container doesn't pick up auto-renewed cert Mar 11, 2022
@mcfiredrill
Copy link
Member Author

Let's make a cronjob to copy over the certs and restart the container ?
Needs to have something like these commands:

$ sudo cp /etc/letsencrypt/live/viz.streampusher.com/fullchain.pem .
$ sudo cp /etc/letsencrypt/live/viz.streampusher.com/privkey.pem  .
$ docker restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant