OpenLiberty / open-liberty-operator

Eclipse Public License 2.0
28 stars 36 forks source link

Document the default certificate duration and process to change #574

Open leochr opened 2 months ago

leochr commented 2 months ago

By default, the Certificate requested by Liberty Operator is valid for 90 days (duration), but the rotation happens well before that. The default renew-before period is 1/3 of the duration, so the rotation will happen every 30 days by default.

The default 90 days duration can be changed by updating the value of certManagerCertDuration in the ConfigMap open-liberty-operator (in the namespace where the Operator is installed). This global configuration applies to all applications managed by Liberty Operator.

kabicin commented 2 months ago

Ready for review WLO: https://github.ibm.com/websphere/operator-docs/issues/525 and https://github.ibm.com/websphere/operator-docs/issues/524 OLO: https://github.com/OpenLiberty/open-liberty-operator/pull/586 RCO: https://github.com/application-stacks/runtime-component-operator/pull/635