Browse Source

Add Aliyun SLB

pull/1099/head^2
lilj 8 years ago
committed by GitHub
parent
commit
4a0b972b39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      deploy/README.md

5
deploy/README.md

@ -115,12 +115,13 @@ acme.sh --deploy -d fritzbox.example.com --deploy-hook fritzbox
```sh ```sh
acme.sh --deploy -d ftp.example.com --deploy-hook strongswan acme.sh --deploy -d ftp.example.com --deploy-hook strongswan
```
## 10. Deploy the cert to Aliyun SLB```
## 10. Deploy the cert to Aliyun SLB
WARN, this hook just upload cert to Aliyun SLB, U should signin aliyun console & update slb instance by yourself. WARN, this hook just upload cert to Aliyun SLB, U should signin aliyun console & update slb instance by yourself.
```
```sh
$ export Ali_Region="cn-hangzhou" $ export Ali_Region="cn-hangzhou"
$ export Ali_Api_Key="my-api-key" $ export Ali_Api_Key="my-api-key"
$ export Ali_Api_Secret="my-api-secret" $ export Ali_Api_Secret="my-api-secret"

Loading…
Cancel
Save