Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2021
May 2021
Hi
Our production certificate will expire soon and I was just issued a new certificate. However, I download a pem file - but no private key, and can't add it to our JKS file. How do we get the private key pem file? Or - how can I add the new certificate file to our JKS file?
Solved! Go to Solution
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2021
May 2021
Hello @liran,
Please check the folder where you generated CSR file for certificate renewal request. Private Key gets generated when you generate CSR file. If you used openssl to generate CSR file then the below command would have generated private key. In this example it is example-key.pem.
openssl genrsa -out example-key.pem 2048. If you would have generated CSR using Keytool, then your clientkeystore.jks file will have the private key for this renewed certificate. If you still have questions and since you are in production, please do drop a note to developer@visa.com with the VDP Project name. We will have our post production support team reach out to you for additional help as required.
Thank you,
Vaibhav
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.