Update internal TLS certificates when they approach expiration or when your security policy requires rotation. The operator automatically detects Secret changes and triggers a rolling restart of the affected pods.
Before you begin
You have provided your own internal TLS certificates. The default operator-generated certificates do not require manual rotation.
About this task
You can rotate certificates by updating the existing Secrets in place. Alternatively, create new Secrets and update the spec.tls references in the custom resource.
Procedure
Update the Secret content for each service certificate that needs rotation.
Use oc create secret tls with --dry-run=client to generate a new Secret manifest and pipe it to oc apply: