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