Forum Discussion
Hi Tanya,
Thanks for getting back.
1. I downloaded the cert files from the server. Cert files downloaded from the server includes (privatekey.pem and certificate.pem). Another file ca.crt from "https://www.symantec.com/content/en/us/enterprise/verisign/roots/VeriSign-Class%203-Public-Primary-Certification-Authority-G5.pem"
2. Used the below command to generate p12 keystore file
"openssl pkcs12 -export -out certificate.p12 -inkey privatekey.pem -in certificate.pem -certfile ca.crt"
3. After step 1 and step 2, i tried your suggestion as below
keytool -import -alias <hostname> -file <path to the certificate.p12 file generated in step 2> -keystore cacerts -storepass changeit
it throws error "keytool error: java.lang.Exception: Input not an X.509 certificate"
Hi Suganeby,
Thanks for checking this. Could you please contact our Ready! API Support Team to investigate this issue? You can get in touch with them here: http://support.smartbear.com/product-list/
Related Content
Recent Discussions
- 5 days ago
- 10 days ago