Sometimes depending on the application you need to convert your SSL certificate to a different format namely the PIM format. To convert your certificate to PIM format run the following command:
openssl pkcs12 -export -inkey /etc/pki/tls/private/ www.domain.com.key -in www.domain.com.cer -out www.domain.com.p12
Happy SSL’ing.
Leave a Reply