From 16a11108ae7e49c5cc741445d5f1a7638cfaf146 Mon Sep 17 00:00:00 2001 From: hatotk <102309440+hatotk@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:44:48 +0900 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index 84b8d52..dd445ef 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1112,7 +1112,7 @@ export MYDNSJP_Password=Password To issue a certificate: ```sh -./acme.sh --issue --dns dns_mydnsjp -d example.com -d www.example.com +./acme.sh --issue --dns dns_mydnsjp -d example.com -d *.example.com ``` The `MYDNSJP_MasterID` and `MYDNSJP_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.