diff --git a/pages/common/vault.md b/pages/common/vault.md index f2d0138be..17f692630 100644 --- a/pages/common/vault.md +++ b/pages/common/vault.md @@ -6,7 +6,7 @@ `vault init -key-shares={{5}} -key-threshold={{2}}` -- Unseal the vault: +- Unseal the vault by providing one of the keyshares. Repeat with necessary key-shares until unsealed: `vault unseal {{key-share-x}}`