Skip to content

Commit 820c59d

Browse files
Create openssl-convert-private-key-from-pem-text-to-der-binary
1 parent 321bf30 commit 820c59d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
+2
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)