We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321bf30 commit 820c59dCopy full SHA for 820c59d
openssl-convert-private-key-from-pem-text-to-der-binary
@@ -0,0 +1,2 @@
1
+private_key_pem_file=$1
2
+openssl pkcs8 -in $private_key_pem_file -nocrypt -topk8 -outform DER
0 commit comments