I have a new node to setup and I want to generate a new identity.
I am following the instructions here:-
But in here it tells me to run this curl command :-
curl -L https://github.com/storj/storj/releases/latest/download/identity_darwin_arm64.zip -o identity_darwin_arm64.zip
The problem I am getting with this is that I am getting a “not found” written to the zip file and there is no releases directory to download anything from.
Where do I find the identity utility now and can the documentation be corrected to point to that new place or the files put back into the github repo.