Computer Tips - Windows: "The private key was protected with a password" when importing a .pfx - then not accepting the correct password

Date: 2021nov14 OS: Windows Q. Windows: "The private key was protected with a password" when importing a .pfx - then not accepting the correct password A. When I converted my Lets Encrypt files into bundle.pfx the standard way:
> openssl pkcs12 -export -out bundle.pfx -in fullchain.pem -inkey privkey.pem Enter Export Password: <pass> Verifying - Enter Export Password: <pass>
The Windows Certificate Manager said I had the password wrong when importing. I tried several times. My solution was to switch from OpenSSL 3.0.0.7 to OpenSSL 1.1.1b (That was included with Apache 2.4). When I redid the command Windows accepted my password!