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

Add a setting for renewal interval #343

Closed
mattiapv opened this issue Apr 1, 2024 · 1 comment
Closed

Add a setting for renewal interval #343

mattiapv opened this issue Apr 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mattiapv
Copy link

mattiapv commented Apr 1, 2024

Hello, is there a specific reason for setting the default renew interval to 7 days?

if time.Now().Sub(cert.NotBefore).Hours()/24 < 7 {

Since a certificate is valid for 90 days, I would prefer to have a setting to increase the renew interval. For example:

[server]
RenewalInterval = 60
if time.Now().Sub(cert.NotBefore).Hours()/24 < settings.ServerSettings.RenewalInterval {

Thank you

@mattiapv mattiapv added the enhancement New feature or request label Apr 1, 2024
@0xJacky 0xJacky mentioned this issue Apr 30, 2024
8 tasks
@0xJacky 0xJacky closed this as completed Apr 30, 2024
@Condorello
Copy link

Hi, seems that the GUI is limited to 21 days max, could be elevated at 60 days as suggest by lets encrypt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants