Forked from hieuphq/openssl pkcs8 -topk8 -nocrypt -in privkey.pem -out privkey2.pem 76
Created
August 10, 2021 10:44
-
-
Save ZtupidTS/04b08dd4b9570ec304ca165479464e63 to your computer and use it in GitHub Desktop.
generate a valid pem file for chrome extension packing
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 characters
| openssl genrsa -out privkey.pem 768 | |
| openssl pkcs8 -topk8 -nocrypt -in privkey.pem -out privkey2.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment