Sep 6, 2018 · 1 min read
Hi Anushka Sandaruwan, facing the same issue as Alexander Kachkaev.
Here is a listing of /etc/kubernetes/pki. If I would be able to map your .pem files against my .crt files, I could give that a try:
-rw-r — r — 1 root root 1273 Aug 30 2017 apiserver.crt
-rw — — — — 1 root root 1675 Aug 30 2017 apiserver.key
-rw-r — r — 1 root root 1099 Aug 30 2017 apiserver-kubelet-client.crt
-rw — — — — 1 root root 1679 Aug 30 2017 apiserver-kubelet-client.key
-rw-r — r — 1 root root 1025 Aug 30 2017 ca.crt
-rw — — — — 1 root root 1675 Aug 30 2017 ca.key
-rw-r — r — 1 root root 1025 Aug 30 2017 front-proxy-ca.crt
-rw — — — — 1 root root 1675 Aug 30 2017 front-proxy-ca.key
-rw-r — r — 1 root root 1050 Aug 30 2017 front-proxy-client.crt
-rw — — — — 1 root root 1679 Aug 30 2017 front-proxy-client.key
-rw — — — — 1 root root 1675 Aug 30 2017 sa.key
-rw — — — — 1 root root 451 Aug 30 2017 sa.pubAs you can see, they were created almost a year ago and did expire on August 30th 2018 (except both CA’s, they were valid for ten years).
