-
Bug
-
Resolution: Unresolved
-
Minor
-
None
As chef server is secured, we need to configure chef server certificates in Jenkins. In order to do that we are getting the chef server certificate in the format of .crt, whereas the Jenkins supported format is .p12. For the conversion of crt to p12, the requirements are crt, .pem and private key. Here I am having doubt on private key, like where do I get that private key.
I am following the below link:
https://www.ssl.com/how-to/create-a-pfx-p12-certificate-file-using-openssl/