-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to reinitialize ipfs identity #5880
Comments
and ok, I found a reasonable workaround, which is just to remove the |
Yeah, the correct solution here is to just remove the old repo. We could add a force but that's a rather dangerous option. |
@jvsteiner Error is: |
Slightly related to this #6262. |
|
I would like to be able to programmatically provision a large number of ipfs nodes, each with their own identity, on aws.
I made an aws image with ipfs preinstalled, but they are all clones of the original machine, with the same id.
The
ipfs init
command does not have a--force
option to make it possible to regenerate a new key pair, and overwrite a previously generated keypair. This makes it more difficult than it should be to spin up large numbers of ipfs nodes for testing.The text was updated successfully, but these errors were encountered: