Update cron job command (#2873)
/usr/bin/letsencrypt does not exist anymore, the file is located in ~/certbot/
This commit is contained in:
parent
52ab99289d
commit
f3c5887cd0
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ $ crontab -e
|
||||||
* Scroll to the bottom of the file and paste in the following line
|
* Scroll to the bottom of the file and paste in the following line
|
||||||
|
|
||||||
```text
|
```text
|
||||||
30 2 * * 1 /usr/bin/letsencrypt renew >> /var/log/le-renew.log
|
30 2 * * 1 ~/certbot/certbot-auto renew --quiet --no-self-upgrade --standalone --preferred-challenges http-01
|
||||||
```
|
```
|
||||||
* Save the file and exit
|
* Save the file and exit
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue