vault: Fix some review remarks

This commit is contained in:
Jeroen Meulemeester
2017-09-07 18:50:18 +02:00
parent f10ea81e3e
commit 2ae4673c9d

View File

@@ -1,12 +1,12 @@
# vault
> HashiCorp Vault, a tool for managing secrets.
> A CLI to interact with HashiCorp Vault.
- Create a new vault, requiring at least 2 out of 5 keyshares to unseal:
`vault init -key-shares={{5}} -key-threshold={{2}}`
- Unseal a vault, by providing one of the keyshares. Repeat with necessary key-shares until unsealed:
- Unseal the vault:
`vault unseal {{key-share-x}}`
@@ -22,6 +22,6 @@
`vault read {{secret/hello}}`
- Seal the vault:
- Seal the vault again:
`vault seal`