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.