mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Fix punctuation
We want an apostrophe (for the contraction, not the possessive), but we don't want an extra period.
This commit is contained in:
parent
d0520bf24a
commit
15ed262345
1 changed files with 2 additions and 2 deletions
|
|
@ -177,8 +177,8 @@ Due to the nature of the algorithm, Vault doesn't know if it has the
|
|||
_correct_ key until the threshold is reached.
|
||||
|
||||
Also notice that the unseal process is stateful. You can go to another
|
||||
computer, use `vault unseal`, and as long as its pointing to the same server,
|
||||
that other computer can continue the unseal process.. This is incredibly
|
||||
computer, use `vault unseal`, and as long as it's pointing to the same server,
|
||||
that other computer can continue the unseal process. This is incredibly
|
||||
important to the design of the unseal process: multiple people with multiple
|
||||
keys are required to unseal the Vault. The Vault can be unsealed from
|
||||
multiple computers and the keys should never be together. A single malicious
|
||||
|
|
|
|||
Loading…
Reference in a new issue