Convert PFX certificates with "Enable Certificate Privacy" to without Certificate Privacy so I can view them without installing
Sophia Terry
I have a bunch of PFX files that I can't view when I Right Click > Open them as the PFX files were created with the Enable Certificate Privacy option.
How do I convert them so that I can view the certificates and yet keep just the private key encrypted with a password? OpenSSL? I do not want to install and export them without certificate privacy individually.
With Enable Certificate Privacy
Without Enable Certificate Privacy
This is the OpenSSL command I use:
openssl.exe pkcs12 -export -out out.pfx -inkey private.key -in cert.txt -certfile cert_bundle.txt -password pass:123456 Related questions 2 Cannot create pfx file from cer file with openssl 6 Convert a .cer file to .pfx file 296 Convert a CERT/PEM certificate to a PFX certificate Related questions 2 Cannot create pfx file from cer file with openssl 6 Convert a .cer file to .pfx file 296 Convert a CERT/PEM certificate to a PFX certificate 31 Extract private key from pfx file or certificate store WITHOUT using OpenSSL on Windows 2 X509 certificate for Google Cloud HSM 1 How to convert .pem to .pfx? 0 Elasticsearch crashes with PEM certificate error when using pfx split into separate certificate and key 16 Convert Certificate and Private Key to .PFX programmatically in C# Load 5 more related questions Show fewer related questions Reset to default