Update hashicorp vault

Easton Man
2021-10-01 22:30:33 +08:00
parent 8636eb076d
commit 1159f1c636

@@ -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