node-oauth icon indicating copy to clipboard operation
node-oauth copied to clipboard

Oauth error in signing key?

Open janejanejane opened this issue 10 years ago • 1 comments

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)

janejanejane avatar Feb 08 '16 23:02 janejanejane

me too

edwin-wong-ck avatar Dec 01 '17 21:12 edwin-wong-ck