ensure Gandi API key is saved for renewing certificate.

This commit is contained in:
Frederic Crozat 2017-02-27 14:26:04 +01:00
parent fc86621d08
commit 9fcdca66fa

View File

@ -24,6 +24,8 @@ dns_gandi_livedns_add() {
return 1 return 1
fi fi
_saveaccountconf GANDI_LIVEDNS_KEY "$GANDI_LIVEDNS_KEY"
_debug "First detect the root zone" _debug "First detect the root zone"
if ! _get_root "$fulldomain"; then if ! _get_root "$fulldomain"; then
_err "invalid domain" _err "invalid domain"