Category Archives: Certificates

Howto: Change password on pfx certificate using openssl

With following procedure you can change your password on an .pfx certificate using openssl. Export you current certificate to a passwordless pem type: [user@hostname]>openssl pkcs12 -in mycert.pfx -out tmpmycert.pem -nodes Enter Import Password: MAC verified OK Convert the passwordless pem … Continue reading

Posted in Certificates, Howto, openssl | Tagged , , , , | 1 Comment