Skip to content

certbot: Disable built-in random-sleep

certbot by default sleep 1-480 seconds before renewing, to avoid all people renewing at :00. In our case the logic is is unnecessary as systemd is handling it (RandomizedDelaySec=24h).

Merge request reports