diff --git a/README.md b/README.md index 7014f0d..9d3bf2c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It will create the .csr and .key (4096 bit) file if they don't exists. Then issu ``` 11 3 5 */2 * user sh /certs/renew_cert.sh domain.com 11 3 5 */2 * user sh /certs/renew_cert.sh $(< /srv/certs/opt/domains) >> /certs/opt/renew_cert.log -11 3 5 */2 * user sh /certs/renew_cert.sh $(< /srv/certs/opt/domains) >> /certs/opt/renew_cert.log && docker exec -ti proxy -s nginx reload +11 3 5 */2 * user sh /certs/renew_cert.sh $(< /srv/certs/opt/domains) >> /certs/opt/renew_cert.log && docker exec proxy nginx -s reload ```