DEV Community

Discussion on: How do I set up a Local HashiCorp Vault Cluster in 4 command lines?

Collapse
 
rrrrnaveen profile image
rrrrnaveen

Thanks a lot NB. It was going fine and my system crashed. This is my beginning to explore Hashi Vault and this is just awesome, the way you set this up.
I did a big mistake, forgot to copy keys & root token.
System rebooted and its in sealed state.

When I first this command, it displayed all keys & root key(This where I should have saved it)
curl -s --request PUT -d '{"secret_shares": 3,"secret_threshold": 2}' 192.168.13.35:8200/v1/sys/init

Now Iam stuck in sealed status. Please suggest me

Collapse
 
rrrrnaveen profile image
rrrrnaveen

Should I destroy and recreate it, perhaps???