From 3a4cfac684a028e298dc50caf7edd2d29d2a06f3 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Thu, 13 Aug 2020 17:38:56 +0800 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index d213b26..d420ad1 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2254,10 +2254,14 @@ export KAPPERNETDNS_Secret="yourKAPPERNETapisecret" ``` You can start the acme.sh with following parameters for testing + ``` -acme.sh --issue --dns dns_kappernet -d --debug --tes +acme.sh --issue --dns dns_kappernet -d + or for a wildcertificate -acme.sh --issue --dns dns_kappernet -d -d *. --debug --test + +acme.sh --issue --dns dns_kappernet -d -d *. + ``` Please replace "" with the name of the domain you wish to create a certificate for.