Skip to content

Commit 1cad41d

Browse files
authored
doc: fix cron schedule in example (#1803)
1 parent e982d5a commit 1cad41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/usage/cli/Renew-a-Certificate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can help further, by adjusting your crontab entry, like so:
8383
#0 0 * * * /usr/bin/lego ... renew
8484

8585
# instead, use a randomly chosen time:
86-
3 35 * * * /usr/bin/lego ... renew
86+
35 3 * * * /usr/bin/lego ... renew
8787
```
8888

8989
If you use systemd timers, consider doing something similar, and/or introduce a `RandomizedDelaySec`:

0 commit comments

Comments
 (0)