ssl - How to change a .p12 file to .key file -


i have .p12 file, can transfer .pem file, how transfer .key file?

openssl pkcs12 -in out.p12 -nodes -out private.key -nocerts

openssl ask password, store unencrypted private key file private.key

documentation: https://www.openssl.org/docs/man1.1.0/apps/pkcs12.html


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -