node-oauth
node-oauth copied to clipboard
Oauth error in signing key?
Currently, working on version 0.9.14 of this library (OAuth1.0 implementation with signature method 'RSA-SHA1') with node 0.10.41. How do I specify which PEM file to use if the auto-creation does not work? I get the following error:
140489546139520:error:0906D06C:PEM routines:PEM_read_bio:no start line:../deps/openssl/openssl/crypto/pem/pem_lib.c:696:Expecting: ANY PRIVATE KEY
crypto.js:429 var ret = this._binding.sign(toBuf(key)); ^ Error: SignFinal error at Sign.sign (crypto.js:429:27)
me too