diff --git a/source/_docs/ecosystem/certificates/lets_encrypt.markdown b/source/_docs/ecosystem/certificates/lets_encrypt.markdown index e1d2e464c41..d952e497495 100644 --- a/source/_docs/ecosystem/certificates/lets_encrypt.markdown +++ b/source/_docs/ecosystem/certificates/lets_encrypt.markdown @@ -495,7 +495,7 @@ $ crontab -e * Scroll to the bottom of the file and paste in the following line ```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