Fix grammar error in deploy.html.md (#7971)
* Fix grammer error in deploy.html.md Changed "Initialization is the process configuring the Vault." to "Initialization is the process of configuring the Vault." * Fix grammer error in deploy.html.md Change "Initialization is the process configuring the Vault." to "Initialization is the process of configuring the Vault."
This commit is contained in:
parent
6b8b02f77a
commit
d132332ec5
|
@ -105,9 +105,9 @@ For guidance on dealing with this issue, see the discussion of
|
|||
|
||||
## Initializing the Vault
|
||||
|
||||
Initialization is the process configuring the Vault. This only happens once when
|
||||
the server is started against a new backend that has never been used with Vault
|
||||
before. When running in HA mode, this happens once _per cluster_, not _per
|
||||
Initialization is the process of configuring the Vault. This only happens once
|
||||
when the server is started against a new backend that has never been used with
|
||||
Vault before. When running in HA mode, this happens once _per cluster_, not _per
|
||||
server_.
|
||||
|
||||
During initialization, the encryption keys are generated, unseal keys are
|
||||
|
|
Loading…
Reference in New Issue