Commit Graph

9 Commits (1fe3d80838d2aab564ad15aca7c2342b29e04f97)

Author SHA1 Message Date
Dominik Röttsches 29a5311ae0 [dnsapi] Support adding / removing multiple TXT values for Gandi
Gandi supports setting multiple entries by setting multiple array items
for the rrset_values field in their API. Modify the dns_gandi_livedns.sh
script so that it checks for existing entries, appends new ones if
needed, and removes existing ones individually. This enabled wildcard
certificate support on Gandi.

Fixes the dns_gandi_livedns part of #1261.

Tested for creating a multidomain, multiple wild-card certificate on
Gandi and using a test script executing only the dns_gandi_livedns_add
and dns_gandi_livedns_rm functions.
6 years ago
Arthur Gautier 856811bd2e Use stable gandi API url
The gandi api has changed its url for a more stable
one. Although https://dns.beta.gandi.net will continue to 
work for the foreseable future, this commits updates the
url to new official one.
8 years ago
neil d61ef6b49a gandi dns api updated. 8 years ago
Josh Soref f3c984281c spelling: specified 8 years ago
neilpang 839f18d052 fix format 8 years ago
neilpang 177b57e1c0 fix wget content on 404 error 8 years ago
neilpang d24a87caf1 minor 8 years ago
neilpang 9683ffe13a minor fix error message 8 years ago
Frederic Crozat fab2d9dc6a add API for Gandi LiveDNS (#680)
* add API for Gandi LiveDNS

* ensure Gandi API key is saved for renewing certificate.

* gandi_livedns: use PUT instead of POST for creating DNS record

* gandi_livedns: fix formatting

* dns_gandi_livedns: fix shellcheck errors
8 years ago