Skip to content

Commit ccf2bb0

Browse files
authored
CA rotation docs cleanups (#360)
As requested by @lfrancke (#93 (comment))
1 parent f5bdbe3 commit ccf2bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Users can use podOverrides to extend the certificate lifetime by adding volume a
6363
Certificate authorities also have a limited lifetime, and need to be rotated before they expire to avoid cluster disruption.
6464

6565
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`),
66-
and initiate rotation once less than half of that time remains. If configured _not_ to provision its own CA, a warning will instead be issued in that case.
66+
and initiate rotation once less than half of that time remains.
6767

6868
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.
6969

70-
Expired certificates will currently not be deleted automatically, and should be cleaned up manually.
70+
NOTE: Expired CA certificates will currently not be deleted automatically. They should be cleaned up manually.
7171

7272
==== Reference
7373

0 commit comments

Comments
 (0)