Tag: PFX Certificate

Technical

How to Create PFX File?

We have already seen a few articles about SSL certificate related CSR requests, Complete Certificate, export PFX certificate files from Windows Server, and extracting Private Key from PFX files. If you are familiar with Windows Server IIS Manager, you can follow my previous article to generate the PFX file. Would you want to know how […]

Technical

How to extract Private Key from PFX Certificate file?

SSL certificates use two important key files called public and private keys to make the connection more secure.  The private key is the most important part of the SSL certificate, that we will not get from our Certificate Authority, they provide only Certificate files, Intermediate Certificate files, and Root Certificate.  We have to generate the […]

Technical

How to Export PFX Certificate from IIS Windows Server?

Exporting the SSL Certificate installed in the IIS Windows Server is an easy one that can accomplish in a few steps. But, why is this first to be exported? What is the purpose of exporting the PFX certificate file? We can use the PFX certificate file as the SSL certificate of website and web APIs […]

Back To Top