Export the Certificate, Private Key and any intermediate certificate as the pfx file.

In order to export the Certificate, Private Key and any intermediate certificate as the pfx file use the command below:

root# openssl pkcs12 -export -in my.crt -inkey my.key -certfile my.bundle -out my.pfx

Leave a Reply

Your email address will not be published. Required fields are marked *

*