Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monolithed/b10bfb1d288d194bdaa18f8a6227382e to your computer and use it in GitHub Desktop.
Save monolithed/b10bfb1d288d194bdaa18f8a6227382e to your computer and use it in GitHub Desktop.
generate a valid pem file for chrome extension packing
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