From 1159f1c636a4d32adda15a95910cd5199d10b3d5 Mon Sep 17 00:00:00 2001 From: Easton Man Date: Fri, 1 Oct 2021 22:30:33 +0800 Subject: [PATCH] Update hashicorp vault --- deployhooks.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index b493e25..f527838 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -400,7 +400,12 @@ export VAULT_KV_V2="1" ``` You can also use `--deploy-hook vault` instead of `vault_cli`. In that case Vault's HTTP -API will be used allowing you to use Docker image for deployment without Vault binary. +API will be used allowing you to use Docker image for deployment without Vault binary. + +Another ENV variable is needed for `vault` +```sh +export VAULT_ADDR=http://localhost:8200 # no slash at the end +``` ## 13. Deploy your certificate to Qiniu.com