Updated deployhooks (markdown)
parent
734e74f0a0
commit
35c15ee023
|
@ -1003,7 +1003,7 @@ $ export Ali_Key="foo"
|
||||||
$ export Ali_Secret="bar"
|
$ export Ali_Secret="bar"
|
||||||
```
|
```
|
||||||
|
|
||||||
该访问密钥,与其它阿里云相关服务共享(例如 DNS API 中的 `dns_ali` 功能)。如果已经在其它地方设置过 `Ali_Key` 和 `Ali_Secret` 变量,会自动复用。
|
该访问密钥,与 acme.sh 中的其它阿里云相关服务共享(例如 DNS API 中的 `dns_ali` 功能)。如果已经在其它地方设置过 `Ali_Key` 和 `Ali_Secret` 变量,会自动复用。
|
||||||
|
|
||||||
完成准备工作之后,您就可以通过下面的命令开始部署 SSL 证书到阿里云 CDN :
|
完成准备工作之后,您就可以通过下面的命令开始部署 SSL 证书到阿里云 CDN :
|
||||||
|
|
||||||
|
@ -1034,7 +1034,9 @@ $ export Ali_Key="foo"
|
||||||
$ export Ali_Secret="bar"
|
$ export Ali_Secret="bar"
|
||||||
```
|
```
|
||||||
|
|
||||||
then you can deploy certificate by following command:
|
Notice that,this access key pair will be shared with other Alibaba Cloud features in acme.sh (eg. `dns_ali` in DNS API).
|
||||||
|
|
||||||
|
After having the preparation, you can deploy certificate by following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ acme.sh --deploy -d example.com --deploy-hook ali_cdn
|
$ acme.sh --deploy -d example.com --deploy-hook ali_cdn
|
||||||
|
|
Loading…
Reference in New Issue