From 88426b96579607c722affd486b59b1e6aace1b04 Mon Sep 17 00:00:00 2001 From: mirr254 Date: Fri, 23 Jun 2023 16:34:46 +0300 Subject: [PATCH] unseal instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 073649a..1f58af4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ vault write secret/hello value=world vault read secret/hello ``` +### To automatically unseal set + +`export VAULT_UNSEAL_KEY=` #### Useful Links