Skip to content

Commit

Permalink
Merge pull request #4375 from listrophy/patch-3
Browse files Browse the repository at this point in the history
README: newer Vault init command
  • Loading branch information
dadgar authored Jun 5, 2018
2 parents 8b5008c + 11c3c7e commit 25a958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ nomad node-status
To initialize and unseal Vault, run:

```bash
$ vault init -key-shares=1 -key-threshold=1
$ vault operator init -key-shares=1 -key-threshold=1
$ vault unseal
$ export VAULT_TOKEN=[INITIAL_ROOT_TOKEN]
```
Expand Down

0 comments on commit 25a958a

Please sign in to comment.