Hi Team
When I run oc get co on my cluster, I see below error saying
RouterCertsDegraded: secret/v4-0-config-system-router-certs.spec.data[apps.xxx-xxx.arocluster.net] -n openshift-authentication: certificate could not validate route hostname oauth-openshift.apps.xxx-xxx.arocluster.net: x509: certificate has expired or is not yet valid: current time 2025-10-14T11:17:33Z is after 2025-06-05T14:49:36Z
But when I check secret (v4-0-config-system-router-certs) in openshift-authentication project, I can see it has not been expired:
Not Before: May 30 07:29:39 2025 GMT
Not After : May 30 07:29:40 2027 GMT
What is the cause of this error, and is there a solution available? Since this involves ARO, is Azure responsible for resolving the issue?