mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 17:15:41 +02:00
vault: Fix 'comma/comment' remarks
This commit is contained in:
parent
3074e54c5d
commit
8e75c50172
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
`vault init -key-shares={{5}} -key-threshold={{2}}`
|
`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}}`
|
`vault unseal {{key-share-x}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue