From 566cb7e2d0f60ea1ccbdd988b02d96e957c42c5a Mon Sep 17 00:00:00 2001 From: osirisinferi Date: Thu, 2 Jun 2022 12:01:41 +0200 Subject: [PATCH] Update README.md Don't ever, EVER bluntly add `--renew-by-default` to cronjobs! Certbot should be run twice a day and Certbot itself should determine if a certificate is up for renewal. There is absolutely no need to force this with a command line option. Also, Let's Encrypt recommends to renew only after 60 days, NOT every month. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95350fa..f49180d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ distribution. It may take a couple minutes to update. ### Automate renewal -To automate the renewal process without prompts (for example, with a monthly cron), you can add the certbot parameters `--renew-by-default --text` +To automate the renewal process without prompts (for example, with a monthly cron), you can add the certbot parameters `--non-interactive` ### Using with Docker