-
Notifications
You must be signed in to change notification settings - Fork 825
Container utilities
Nicolas Duchon edited this page Jan 10, 2019
·
2 revisions
The container provide the following utilities (replace nginx-letsencrypt
with the name or ID of your letsencrypt-nginx-proxy-companion container when executing the commands):
If needed, you can force a running letsencrypt-nginx-proxy-companion container to renew all certificates that are currently in use with the following command:
$ docker exec nginx-letsencrypt /app/force_renew
You can trigger the execution of the service loop before the hourly execution with:
$ docker exec nginx-letsencrypt /app/signal_le_service
Unlike the previous command, this won't force renewal of certificates that don't need to be renewed.
To display informations about your existing certificates, use the following command:
$ docker exec nginx-letsencrypt /app/cert_status