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
Just another WordPress site
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