Sep 7, 2018 · 1 min read
You can convent .pem files to .crt files using following example and give a it try.
eg:-
openssl x509 -in certs/apiserver-key.pem -out certs/apiserver-key.crtYou can convent .pem files to .crt files using following example and give a it try.
eg:-
openssl x509 -in certs/apiserver-key.pem -out certs/apiserver-key.crt