How-to-simply...

Create PKCS12 PFX from a Private key and Certificate File with OpenSSL

  • 1 openssl pkcs12 -export -in wildcard_cert.crt -inkey wildcard_key.key -out wildcard.pfx

References