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.