nuriel77 / hornet-playbook

Ansible Playbook for Hornet IOTA Full Node
MIT License
67 stars 11 forks source link

No key.pub #54

Closed hackicodi closed 2 years ago

hackicodi commented 2 years ago

Hello, What is meant with that issue and how to fix?

systemctl stop hornet && docker run -u 39999:39999 --rm -it -v /var/lib/hornet/p2p:/app/p2p gohornet/hornet:1.0.2 --p2p.peerStore.path=/app/p2p/store tool jwt-api && systemctl start hornetpanic: unable to read public key identity file: open /app/p2p/store/key.pub: no such file or directory

nuriel77 commented 2 years ago

Where did you find the above command?

hackicodi commented 2 years ago

At your README

nuriel77 commented 2 years ago

@hackicodi its out-dated. I believe it was removed a while back on hornet

hackicodi commented 2 years ago

Ok, but how to get the jwt?

nuriel77 commented 2 years ago

@hackicodi I've updated the command: https://github.com/nuriel77/hornet-playbook#get-jwt-token

Thanks for opening the issue.