From 4a0b972b3985c398b59b536b33995af008be1067 Mon Sep 17 00:00:00 2001 From: lilj Date: Fri, 3 Nov 2017 14:43:19 +0800 Subject: [PATCH] Add Aliyun SLB --- deploy/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/README.md b/deploy/README.md index 34021ca7..a145bb3b 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -115,12 +115,13 @@ acme.sh --deploy -d fritzbox.example.com --deploy-hook fritzbox ```sh 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. -``` +```sh $ export Ali_Region="cn-hangzhou" $ export Ali_Api_Key="my-api-key" $ export Ali_Api_Secret="my-api-secret"