rango icon indicating copy to clipboard operation
rango copied to clipboard

Loading Public Key Failed Issue

Open blockchain-app12 opened this issue 4 years ago • 1 comments

Hi, I trying to run the rango server and I followed all those steps you have shared. But it throws an error. Error : {"level":"error","time":"2021-09-18T13:18:54Z","message":"Loading public key failed: failed"} Kindly suggest me to build successful. Kindly check and let me know.

blockchain-app12 avatar Sep 18 '21 13:09 blockchain-app12

Try adding the public key to config directory, as

config/rsa-key.pub

If you are using docker to build the image make sure to copy config files to the container.

By adding: COPY config /app/config

on line 29, just after RUN mkdir -p /app/config.

vashuteotia123 avatar Mar 10 '23 04:03 vashuteotia123