We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, is there a specific reason for setting the default renew interval to 7 days?
nginx-ui/internal/cert/auto_cert.go
Line 63 in 4289d55
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
The text was updated successfully, but these errors were encountered:
feat: set renewal interval of certificates #343
24f99f8
e77d37b
Hi, seems that the GUI is limited to 21 days max, could be elevated at 60 days as suggest by lets encrypt?
Sorry, something went wrong.
No branches or pull requests
Hello, is there a specific reason for setting the default renew interval to 7 days?
nginx-ui/internal/cert/auto_cert.go
Line 63 in 4289d55
Since a certificate is valid for 90 days, I would prefer to have a setting to increase the renew interval. For example:
Thank you
The text was updated successfully, but these errors were encountered: