I'll spare you the details, but I'd like to use this with a different copy of openssl, installed via homebrew to /usr/local/opt/openssl instead of the default one on my machine (mac).
Apparently mac apps dont launch with the same env. variables that are available in the shell, so if I could manually configure openssl-wrapper with a custom path to the actual openssl command to use, that would help me alleviate this issue.
I'm not sure about how this library is setup, so excuse me if this is obvious, but is there a way to configure this? Or would it be an easy modification to make? Happy to help with a PR, if I have a general idea of where I'm looking. Not too familiar with node though :)
Thanks!
I'll spare you the details, but I'd like to use this with a different copy of
openssl, installed via homebrew to/usr/local/opt/opensslinstead of the default one on my machine (mac).Apparently mac apps dont launch with the same env. variables that are available in the shell, so if I could manually configure
openssl-wrapperwith a custom path to the actualopensslcommand to use, that would help me alleviate this issue.I'm not sure about how this library is setup, so excuse me if this is obvious, but is there a way to configure this? Or would it be an easy modification to make? Happy to help with a PR, if I have a general idea of where I'm looking. Not too familiar with node though :)
Thanks!