parent
024619676b
commit
431c53efcf
|
@ -119,7 +119,7 @@ _check_and_save() {
|
||||||
# Gets back the base domain/zone and record name.
|
# Gets back the base domain/zone and record name.
|
||||||
# See: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide
|
# See: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide
|
||||||
_get_zone_and_record_name() {
|
_get_zone_and_record_name() {
|
||||||
|
params="?kas_login=$KAS_Login"
|
||||||
params="?kas_login=$KAS_Login"
|
params="?kas_login=$KAS_Login"
|
||||||
params="$params&kas_auth_type=$KAS_Authtype"
|
params="$params&kas_auth_type=$KAS_Authtype"
|
||||||
params="$params&kas_auth_data=$KAS_Authdata"
|
params="$params&kas_auth_data=$KAS_Authdata"
|
||||||
|
|
Loading…
Reference in New Issue