Argocd not accessible after rotating certificates
Issue description:
Argocd not accessible after changing the certificate.
This happens because of the cached certificates. The location where certificates are cached, sometimes do not get flushed and hence wouldn't be updated with the new certificates.
Resolution:
1 - Verifty opening argocd, if the certificate error is there.
2 - Verify at the browser address bar by clicking onto below icon > connection is secure > certificate is valid
3 - Check if it is utilizing old certificate.
4 - Go to one of the kukbernetes cluster master nodes.
5 - cd to ~/.uipath location.
6 - look at all the certificate files, using openssl x509 -in certname -text -noout command, these all should be old ones.
7 - simply remove all the certificate files from here.
8 - Try to access the argocd again.