Problems creating new identity

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.

Try here.

Thanks, They have the linux and windows ones there but still appear to be missing the OSX ones.

https://github.com/storj/storj/releases/download/v1.99.2/identity_darwin_amd64.zip Here you go

1 Like

Thanks that found the ones I needed.

Does the documentation need updating or should they be available in the place the documentation says?