From f36cef2f6588f8cdc3cb6bc5a24cab2808abb748 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 10 Feb 2018 09:55:14 +0800 Subject: [PATCH] Updated DNS alias mode (markdown) --- DNS-alias-mode.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/DNS-alias-mode.md b/DNS-alias-mode.md index 17498c8..e6e91ee 100644 --- a/DNS-alias-mode.md +++ b/DNS-alias-mode.md @@ -1 +1,10 @@ -TODO: \ No newline at end of file +Set domain CNAME: + +```sh +_acme-challenge.example.com => _acme-challenge.exampleAlias.com +``` + + +```sh +acme.sh --issue --issue -d example.com --challenge-alias exampleAlias.com --dns dns_cf +``` \ No newline at end of file