Skip to content

Commit f3c5887

Browse files
Xx-Ness-xXfabaff
authored andcommitted
Update cron job command (home-assistant#2873)
/usr/bin/letsencrypt does not exist anymore, the file is located in ~/certbot/
1 parent 52ab992 commit f3c5887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/ecosystem/certificates/lets_encrypt.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ $ crontab -e
495495
* Scroll to the bottom of the file and paste in the following line
496496

497497
```text
498-
30 2 * * 1 /usr/bin/letsencrypt renew >> /var/log/le-renew.log
498+
30 2 * * 1 ~/certbot/certbot-auto renew --quiet --no-self-upgrade --standalone --preferred-challenges http-01
499499
```
500500
* Save the file and exit
501501

0 commit comments

Comments
 (0)