SSL Tips & Tricks
Do you want to extract private key from a pfx file and write it to PEM file? # openssl pkcs12 -in public_private.pfx -nocerts \ -out privatekey.pem To remove the password …Continue reading
Do you want to extract private key from a pfx file and write it to PEM file? # openssl pkcs12 -in public_private.pfx -nocerts \ -out privatekey.pem To remove the password …Continue reading