I have been trying to convert a .pfx to pem file, without success. I am using SLES15.
I used below command:
openssl pkcs12 -in input.pfx -out ouput.pem -nodes
Then I get :
Enter Import Password:
I entered the password, then I get: "Can't read Password"
0 Answers