Convert PEM traditional private key to PKCS8 private key

Try using following command. I haven’t tried it but I think it should work.

openssl pkcs8 -topk8 -inform PEM -outform DER -in filename -out filename -nocrypt

Leave a Comment