Home > Net >  PFX import always gives Incorrect password error
PFX import always gives Incorrect password error

Time:02-05

I tried to generate a private key and certificate using enter image description here

I verified that all three files are created:

enter image description here

Next I took the pfx and try to import it into a certificate store of couple of machines, however everywhere I tried, I got the same password incorrect error. I used this same instruction 5 - 6 years ago and everything worked so I don't know what changed? do you happen to know?

The screen below proof that I have the right password for the pfx entered.

enter image description here

CodePudding user response:

I found the answer, this is only issue if I use openssl v. 3.0.1. I test the same steps against openssl 1.1 and the import works.

  •  Tags:  
  • Related