README: newer Vault init command

Got a warning message:

```
WARNING! The "vault init" command is deprecated. Please use "vault operator
init" instead. This command will be removed in Vault 0.11 (or later).
```
This commit is contained in:
Brad Grzesiak
2018-06-05 11:37:06 -05:00
committed by GitHub
parent 19232cfcc4
commit 11c3c7ee89

View File

@@ -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]
```