codevibess / openssl-nodejs

is a package which gives you a possibility to run every OpenSSL command 🔒 in Node.js in a handy way. Moreover, parameters like -in, -keyin, -config and etc can be replaced by a raw data (Buffor).
https://www.npmjs.com/package/openssl-nodejs
MIT License
52 stars 27 forks source link

Cannot define output directory #12

Open petereitz opened 3 years ago

petereitz commented 3 years ago

I'd like to be able to define the output directory to facilitate more predictable cleanup and keep my folder tree a bit tidier.

petereitz commented 3 years ago

Submitted PR #13.