Forked from thenoseman/openssl pkcs8 -topk8 -nocrypt -in privkey.pem -out privkey2.pem 76
Created
May 27, 2017 14:57
-
-
Save hieuphq/3a7b2aa4c27726757cc79d5f185f7ee0 to your computer and use it in GitHub Desktop.
Revisions
-
thenoseman created this gist
Oct 1, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ openssl genrsa -out privkey.pem 768 openssl pkcs8 -topk8 -nocrypt -in privkey.pem -out privkey2.pem