From 1cad41db658621daca9c0950c731a66308ae5e4b Mon Sep 17 00:00:00 2001 From: Sergey Kutovoy Date: Sat, 7 Jan 2023 22:04:35 +0500 Subject: [PATCH] doc: fix cron schedule in example (#1803) --- docs/content/usage/cli/Renew-a-Certificate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/usage/cli/Renew-a-Certificate.md b/docs/content/usage/cli/Renew-a-Certificate.md index c449cf18..d45e5c45 100644 --- a/docs/content/usage/cli/Renew-a-Certificate.md +++ b/docs/content/usage/cli/Renew-a-Certificate.md @@ -83,7 +83,7 @@ You can help further, by adjusting your crontab entry, like so: #0 0 * * * /usr/bin/lego ... renew # instead, use a randomly chosen time: -3 35 * * * /usr/bin/lego ... renew +35 3 * * * /usr/bin/lego ... renew ``` If you use systemd timers, consider doing something similar, and/or introduce a `RandomizedDelaySec`: