Fix format

This commit is contained in:
WETOOP 2018-03-30 02:59:26 +08:00 committed by GitHub
parent af23a387f7
commit 1be61ffc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,6 +277,7 @@ export DEPLOY_CDN_Ali_Key="AK"
export DEPLOY_CDN_Ali_Secret="SK" export DEPLOY_CDN_Ali_Secret="SK"
export DEPLOY_CDN_Ali_Prefix="" export DEPLOY_CDN_Ali_Prefix=""
acme.sh --deploy -d example.com --deploy-hook cdn_ali acme.sh --deploy -d example.com --deploy-hook cdn_ali
```
If your cdn domain is cdn.example.com but cert domain is example.com(subject alternative names: example.com,\*.example.com), you must specify the prefix in deployment: If your cdn domain is cdn.example.com but cert domain is example.com(subject alternative names: example.com,\*.example.com), you must specify the prefix in deployment:
```sh ```sh