Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save guest363/ce174dbcf28d921d568117559c800e96 to your computer and use it in GitHub Desktop.
Save guest363/ce174dbcf28d921d568117559c800e96 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