From f3c5887cd022f4b2438d3a833841c2c3d3b122d0 Mon Sep 17 00:00:00 2001 From: Ness Date: Fri, 23 Jun 2017 15:04:40 -0500 Subject: [PATCH] Update cron job command (#2873) /usr/bin/letsencrypt does not exist anymore, the file is located in ~/certbot/ --- source/_docs/ecosystem/certificates/lets_encrypt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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