fix cronjob example in readme

This commit is contained in:
hoellen 2018-04-30 11:18:56 +02:00
parent c521114971
commit e040516244

View File

@ -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
```