Update hashicorp vault
parent
8636eb076d
commit
1159f1c636
|
@ -402,6 +402,11 @@ 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.
|
||||
|
||||
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
|
||||
|
||||
使用 acme.sh 部署到七牛之前,需要确保部署的域名已打开 HTTPS 功能,您可以访问[融合 CDN - 域名管理](https://portal.qiniu.com/cdn/domain) 设置。
|
||||
|
|
Loading…
Reference in New Issue