From 2ae4673c9d805769d9911711c93a31a2b18b81a7 Mon Sep 17 00:00:00 2001 From: Jeroen Meulemeester Date: Thu, 7 Sep 2017 18:50:18 +0200 Subject: [PATCH] vault: Fix some review remarks --- pages/common/vault.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/vault.md b/pages/common/vault.md index df70750de..70af129fb 100644 --- a/pages/common/vault.md +++ b/pages/common/vault.md @@ -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`