1 minute reading time
(138 words)
Export certificate as PFX file with private key on Windows
How to export an SSL certificate as a PFX file with private key on Windows
Export SSL certificate as PFX file on Windows
To use an SSL certificate on another system, you will need to export it to a PFX file with private key
Download the DigiCert certificate utility and extract to C:\Certificates
https://www.digicert.com/support/tools/certificate-utility-for-windows
Open the Digicert Certificate Utility
Select certificate - Export certificate
Do you want to export the private key:
Yes, export the private key
Select pfx file and include all certificates
Enter a password for the private key
Save the pfx file to:
C:\Certificates\YourDomain\wildcard_yourdomain_com.pfx
Click Fiinish
Certificate has been exported to PFX file
Comments