OpenSSL

{Solved} Password is incorrect – Error when importing certificate in windows server 2012/ 2016

Hello everyone and welcome to my blog. In today’s blog I will share a tip on how to get rid of ‘Password is incorrect’ error when you try to import a certificate .pfx/ .pkcs12 file in your windows server. So here goes the problem statement. I had a .pfx file which I created using OpenSSL. …

{Solved} Password is incorrect – Error when importing certificate in windows server 2012/ 2016 Read More »

Create a X509 certificate and .pfx (p12) file using OpenSSL

Please follow the below code to generate the X509 certificate using openSSL The first step is to generate the certificate with the private key. For this open your Open SSL command prompt and type in the below command You will be prompted to enter few details related to the certificate as shown in the screenshot …

Create a X509 certificate and .pfx (p12) file using OpenSSL Read More »