From 0b4d519d15d86208966406dabadddd3961c4d883 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Thu, 13 Aug 2020 17:38:11 +0800 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index ce03a07..d213b26 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2252,17 +2252,12 @@ For initialzation call following in commandline export KAPPERNETDNS_Key="yourKAPPERNETapikey" export KAPPERNETDNS_Secret="yourKAPPERNETapisecret" ``` -or open dns_kappernet.sh file and configure with the credentials provided by kapper.net. -Be sure, that the leading "#" is removed. -``` -KAPPERNETDNS_Key="yourKAPPERNETapikey" -KAPPERNETDNS_Secret="yourKAPPERNETapisecret" -``` + You can start the acme.sh with following parameters for testing ``` -acme.sh --issue --dns dns_kappernet -d --debug --test --force +acme.sh --issue --dns dns_kappernet -d --debug --tes or for a wildcertificate -acme.sh --issue --dns dns_kappernet -d -d *. --debug --test --force +acme.sh --issue --dns dns_kappernet -d -d *. --debug --test ``` Please replace "" with the name of the domain you wish to create a certificate for.