Skip to content

Commit

Permalink
doc: fix cron schedule in example (go-acme#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
kutovoys authored Jan 7, 2023
1 parent e982d5a commit 1cad41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/usage/cli/Renew-a-Certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 1cad41d

Please sign in to comment.