Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduling renewals #79

Merged
merged 3 commits into from
Apr 8, 2023
Merged

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    e79441b View commit details
    Browse the repository at this point in the history
  2. Randomized early renew

    Let's Encrypt suggests in the integration guide, that for spacing out
    renewals after issueing a lot of new certificates in a batch, you renew
    a few of them a bit early until it's evened out. This adds a config
    option that allows to set a timeframe in which early random delays are
    attempted.
    jcgruenhage committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    59326ed View commit details
    Browse the repository at this point in the history
  3. Switch to a default renew_delay of 30d

    This is in line with the recommendations of the Let's Encrypt
    integration guide, and the default most other clients implement as well.
    jcgruenhage committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    9502acf View commit details
    Browse the repository at this point in the history