How to Check Certificate Expiry of the certificates deployed by Platform9 Managed Kubernetes?
Problem
Environment
Answer
# find /etc/pf9/kube.d/certs -name '*.crt' -print -exec openssl x509 -in {} -noout -enddate \;
/etc/pf9/kube.d/certs/kube-controller-manager/apiserver/request.crt
notAfter=Jul 25 17:20:07 2025 GMT
...Last updated
