You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autocert: Renew when 80% of the time until expiration is elapsed (#1332)
Currently, the auto generated MinIO certificate is auto renewed before
48 hours of the expiration date. Since the operator does not set an
expiry date, some certicates are short lived, therefore the operator
will try to renew the certificate all the time.
The solution is to renew only when 80% of the time until the certificate
expiration date has elapsed.
Co-authored-by: Anis Elleuch <[email protected]>
0 commit comments