Browse Source

Fix format

pull/1466/head
WETOOP 8 years ago
committed by GitHub
parent
commit
1be61ffc55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      deploy/README.md

1
deploy/README.md

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

Loading…
Cancel
Save