Commit Graph

11 Commits

Author SHA1 Message Date
Peter Dave Hello 3c933158c8 Use encrypted https instead of plain-text http when we can 2022-10-27 19:45:48 +08:00
neil 19c4345162 fix shfmt 2020-08-17 22:18:20 +08:00
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.
2018-12-29 10:54:21 +02:00
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.
2017-09-06 17:04:40 +00:00
neil d61ef6b49a gandi dns api updated. 2017-05-12 11:27:06 +08:00
Josh Soref f3c984281c spelling: specified 2017-03-26 05:30:58 +00:00
neilpang 839f18d052 fix format 2017-03-01 19:17:20 +08:00
neilpang 177b57e1c0 fix wget content on 404 error 2017-02-28 21:35:20 +08:00
neilpang d24a87caf1 minor 2017-02-28 20:56:11 +08:00
neilpang 9683ffe13a minor fix error message 2017-02-28 20:39:23 +08:00
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
2017-02-28 19:58:04 +08:00