Commit Graph

22 Commits

Author SHA1 Message Date
Lonnie Abelbeck 42b2adc03e Add 'dns_dyn' DNS challenge validation script for Dyn Managed DNS API
dns_dyn.sh, remove empty line at end

dns_dyn.sh, remove trailing spaces at end of line

Replace 'head -n' with the '_head_n' function

Update main README.md DNS API list
2017-07-08 07:06:51 -05:00
wizard1024 cc1d3b20b6 Update dns_aws.sh to work only with public zones 2017-05-05 14:55:51 +03:00
neilpang f7217c5f26 fix format 2017-04-04 15:54:45 +08:00
neilpang fd77e463a1 fix aws 2017-04-04 14:34:23 +08:00
neilpang fc9649dbc4 fix aws 2017-04-04 10:02:45 +08:00
neilpang 1f4e64f81d Truncated request for more than 100 domains. 2017-04-04 00:21:39 +08:00
neilpang 819d2bc560 fix for wget. fix https://github.com/Neilpang/acme.sh/issues/724#issuecomment-286761682 2017-03-15 22:52:57 +08:00
neilpang e6e85b0c55 secure debug message 2017-02-19 13:24:00 +08:00
neil c9d7daab70 fix https://github.com/Neilpang/acme.sh/issues/593 2017-02-10 13:34:34 +08:00
neilpang b4325026b1 exe 2017-02-05 23:14:25 +08:00
neilpang bb6326f4d4 fix for solaris 2017-01-31 15:57:43 +08:00
neilpang 1c22c2f76a fix for solaris 2017-01-31 14:04:40 +08:00
neilpang 542d7977db add new _url_encode 2017-01-30 12:07:50 +08:00
Bastian Bittorf 3ca93f4a4c shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.

most of these are related to the style:
we generate global vars, which are used in other functions.

the var "lexical_url" was really unused (left it as comment)

the travis-check now does not need anymore special flags.

Signed-off-by: Bastian Bittorf <bb@npl.de>
2017-01-13 14:54:09 +01:00
Karsten Sperling 5415381cf4 Add support for AWS_SESSION_TOKEN and fix bug when multiple hosted zones exist 2017-01-06 15:36:35 +13:00
klemens 329174b6d9 spelling fixes 2016-12-14 21:32:24 +01:00
neilpang 39d1eeda23 fix for solaris 2016-12-07 12:41:22 +08:00
neilpang dfbc244b00 support aws remove 2016-12-06 16:52:02 +08:00
Marcello Barnaba c12be766e9 Fix Route53 API consumer
Ignoring the Chthlulu argument 😃, Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.

This change splits the XML in multiple lines, so that parsing can succeed.
2016-12-04 20:15:48 +01:00
neilpang 2f1bc5864f fix format 2016-11-20 23:09:57 +08:00
neilpang 16d79ebaac fix format 2016-11-20 23:04:28 +08:00
neilpang e009ec8b93 Support AWS Route53 api 2016-11-20 22:57:07 +08:00