thom4parisot / crx

A node.js command line app for packing Google Chrome extensions.
https://npmjs.com/crx
MIT License
517 stars 70 forks source link

Do not write PEM inside extension's directory #101

Closed ahwayakchih closed 5 years ago

ahwayakchih commented 5 years ago

Writing private key file inside extension's directory is just an accident waiting to happen ;).

Maybe it would be safer to default to creating it next to the directory instead?