Browse Source

ensure Gandi API key is saved for renewing certificate.

pull/680/head
Frederic Crozat 9 years ago
parent
commit
9fcdca66fa
  1. 2
      dnsapi/dns_gandi_livedns.sh

2
dnsapi/dns_gandi_livedns.sh

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

Loading…
Cancel
Save