Skip to content

Commit d99db63

Browse files
authored
Update documented default CA lifetime (#592)
* Update documented default CA lifetime The actual default was changed in #403, we just forgot to update the docs accordingly. * Be more precise
1 parent fa422d9 commit d99db63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/secret-operator/pages/secretclass.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Native support for customizing certificate lifetimes in Stacklet CRDs might be a
9090

9191
Certificate authorities also have a limited lifetime, and need to be rotated before they expire to avoid cluster disruption.
9292

93-
If configured to provision its own CA (`autoTls.ca.autoGenerate`), the Secret Operator will create CA certificates that are valid for 2 years (`autoTls.ca.caCertificateLifetime`), and initiate rotation once less than half of that time remains.
93+
If configured to provision its own CA (`autoTls.ca.autoGenerate`), the Secret Operator will create CA certificates that are valid for 365 days (≃ 1 year, configurable via `autoTls.ca.caCertificateLifetime`), and initiate rotation once less than half of that time remains.
9494

9595
To avoid disruption and let the new CA propagate through the cluster, the Secret Operator will prefer using the oldest CA that will last for the entire lifetime of the issued certificate.
9696

0 commit comments

Comments
 (0)