mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 09:54:44 +00:00
documentation; remove useless debug line
This commit is contained in:
parent
065229e6be
commit
d9189a3b4d
6
acme.sh
6
acme.sh
@ -1747,7 +1747,6 @@ _clearupwebbroot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_clearupdnsrr() {
|
_clearupdnsrr() {
|
||||||
_debug "_clearupdnsrr {$@}"
|
|
||||||
[ "$1" -eq "1" ] || return 0
|
[ "$1" -eq "1" ] || return 0
|
||||||
[ -n "$2" ] || return 0
|
[ -n "$2" ] || return 0
|
||||||
txtdomain="_acme-challenge.$2"
|
txtdomain="_acme-challenge.$2"
|
||||||
@ -3232,6 +3231,11 @@ _initconf() {
|
|||||||
#
|
#
|
||||||
#GD_Secret=\"sADDsdasdfsdfdssdgdsf\"
|
#GD_Secret=\"sADDsdasdfsdfdssdgdsf\"
|
||||||
|
|
||||||
|
#######################
|
||||||
|
#nsupdate:
|
||||||
|
#NSUPDATE_KEY=\"/path/to/update.key\"
|
||||||
|
#NSUPDATE_SERVER=\"192.168.0.1\"
|
||||||
|
|
||||||
" > $ACCOUNT_CONF_PATH
|
" > $ACCOUNT_CONF_PATH
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user