From b56cbb33bffc97a67aad0a8bfabc8f38fb4b51ec Mon Sep 17 00:00:00 2001 From: Ethan Liu <luoyukongchan@outlook.com> Date: Sun, 25 Sep 2022 15:08:41 +0800 Subject: [PATCH] acme.sh-dns: add Chinese translation (#8514) --- pages.zh/common/acme.sh-dns.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.zh/common/acme.sh-dns.md diff --git a/pages.zh/common/acme.sh-dns.md b/pages.zh/common/acme.sh-dns.md new file mode 100644 index 0000000000..82bbcb8826 --- /dev/null +++ b/pages.zh/common/acme.sh-dns.md @@ -0,0 +1,24 @@ +# acme.sh --dns + +> 使用 DNS-01 挑战来签发 TLS 证书。 +> 更多信息:<https://github.com/acmesh-official/acme.sh/wiki>. + +- 使用自动 DNS API 模式签发证书: + +`acme.sh --issue --dns {{gnd_gd}} --domain {{example.com}}` + +- 使用自动 DNS API 模式签发通配符证书(用星号表示): + +`acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}` + +- 使用 DNS 别名模式签发证书: + +`acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}` + +- 在添加 DNS 记录后,通过指定自定义的等待时间(秒),在禁用 Cloudflare / Google DNS 自动轮询的同时签发证书: + +`acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}` + +- 使用手动 DNS 模式签发证书: + +`acme.sh --issue --dns --domain {{example.com}} --yes-I-know-dns-manual-mode-enough-go-ahead-please`