I have a wilcard certificate along with a certificate chain and private key.
How do I import that into my java keystore?
certificate chain
*.whatever.com – certificate
private key
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the answer here –
You have to convert your to a PKCS12 certificate to import it with a command similar to the following.
To convert from PEM to PKCS12 use the following command.