public-private keys from utility url not working #35
Unanswered
answerquest
asked this question in
Technical Queries
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we had trouble with the keys generated from https://sandbox.onest.network/encrypt_utility/generate/keys
Since we're no longer using them, should be safe to share, here are the initial public-private key pairs generated from the url:
Our on_search callback api wasn't accepted by bpp-client service, in the logs it said there was an invalid length of private key. I'm not able to retrieve those exact logs right now.
After that I ran
npm run generate-keys
in the protocol server repo. Sharing a fresh pair that I'm not using:I can see that the private key generated here is of longer length than the one generated by the utility url.
and used the new public-private key pair (not the same as the ones above) in our default-bpp-client.yml and default-bpp-network.yml (replacing PUBLIC_KEY PRIVATE_KEY placeholders respectivey), and re-built and re-deployed protocol server,
and then replaced the public key in our network participant on https://sandbox.onest.network/
And now it was successful.
Beta Was this translation helpful? Give feedback.
All reactions