From d9189a3b4d8732374e4d3c5da3f93c0570843b4b Mon Sep 17 00:00:00 2001 From: Philippe Kueck Date: Thu, 6 Oct 2016 16:20:43 +0200 Subject: [PATCH] documentation; remove useless debug line --- acme.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index 58cec499..70f5f593 100755 --- a/acme.sh +++ b/acme.sh @@ -1747,7 +1747,6 @@ _clearupwebbroot() { } _clearupdnsrr() { - _debug "_clearupdnsrr {$@}" [ "$1" -eq "1" ] || return 0 [ -n "$2" ] || return 0 txtdomain="_acme-challenge.$2" @@ -3232,6 +3231,11 @@ _initconf() { # #GD_Secret=\"sADDsdasdfsdfdssdgdsf\" +####################### +#nsupdate: +#NSUPDATE_KEY=\"/path/to/update.key\" +#NSUPDATE_SERVER=\"192.168.0.1\" + " > $ACCOUNT_CONF_PATH fi }