fix cronjob example in readme
This commit is contained in:
parent
c521114971
commit
e040516244
@ -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 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
|
||||||
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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user