wiki:create_a_pfx_file_that_includes_your_crt_and_private_key_file
To create a PFX certificate that contains your private key, use the following command
openssl pkcs12 -export -out certificate.pfx -inkey certificate.key -in certificate.crt
wiki/create_a_pfx_file_that_includes_your_crt_and_private_key_file.txt · Last modified: by wagner.jer
