rango
rango copied to clipboard
Loading Public Key Failed Issue
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.
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.