Fixes a reference to deprecated init command (#4338)
Replace "vault init" with "vault operator init" in initialising the vault section.
This commit is contained in:
parent
2dc4aa05f0
commit
efea4fb6a7
|
@ -111,7 +111,7 @@ server_.
|
|||
|
||||
During initialization, the encryption keys are generated, unseal keys are
|
||||
created, and the initial root token is setup. To initialize Vault use `vault
|
||||
init`. This is an _unauthenticated_ request, but it only works on brand new
|
||||
operator init`. This is an _unauthenticated_ request, but it only works on brand new
|
||||
Vaults with no data:
|
||||
|
||||
```text
|
||||
|
|
Loading…
Reference in a new issue