Commit Graph

1602 Commits

Author SHA1 Message Date
Jeremy Knope d39649f30d Revert non-linode scripts since they're untested 2017-07-27 08:52:46 -04:00
Jeremy Knope 29b21b828b Fix DNS API scripts on *BSD
\n isn't available in all regex/sed
2017-07-26 09:44:11 -04:00
neil a6a0495392 Merge pull request #952 from candlerb/candlerb/isecc
Clarify keylength parameter to _isEccKey() and _initpath()
2017-07-25 19:05:51 +08:00
Brian Candler 3281043e27 Clarify keylength parameter to _isEccKey() and _initpath()
Closes #950
2017-07-25 09:39:19 +01:00
neil 473340c53b Merge pull request #936 from non7top/yandex
Add pdd.yandex.ru dns api support
2017-07-14 20:28:29 +08:00
Vladimir Berezhnoy ae302ee600 reformat docs 2017-07-14 03:51:08 +03:00
Vladimir Berezhnoy 27934ac4ca Merge branch 'yandex' of github.com:non7top/acme.sh into yandex 2017-07-14 03:27:11 +03:00
Vladimir Berezhnoy 283ef9adb7 minor fixes 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy 377fe5ecde add documentation 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy c848d3ee22 fix formatting 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy eb6be88fac rework root domain detection 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy fceb728501 fix egrep and exit 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy a0df46258d remove python 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy 57d1db58db shfmt fixes 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy d61b687853 remove awk 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy 42ab7a5d72 add newline and checks 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy 18cb11dcbf fix formatting 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy e9d5407792 fix syntax 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy a09b2c0074 fix syntax 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy a460ac021f add pdd.yandex.ru dns api 2017-07-14 03:26:36 +03:00
Vladimir Berezhnoy bdee66fe29 minor fixes 2017-07-13 18:37:13 +03:00
Vladimir Berezhnoy 84a251c8c7 add documentation 2017-07-13 17:05:57 +03:00
neilpang accbda9d2f output log 2017-07-13 20:52:44 +08:00
Vladimir Berezhnoy 6a9b4db448 fix formatting 2017-07-12 04:07:18 +03:00
Vladimir Berezhnoy e6a95ecd08 rework root domain detection 2017-07-12 03:51:48 +03:00
Vladimir Berezhnoy 10cb7585a7 fix egrep and exit 2017-07-11 02:19:39 +03:00
neilpang c4d0aec536 do not retry for a invalid cert in cronjob.
fix https://github.com/Neilpang/acme.sh/issues/939
2017-07-10 19:51:55 +08:00
Vladimir Berezhnoy 266e9d0619 remove python 2017-07-09 20:00:02 +03:00
Vladimir Berezhnoy 9ec54ef89b shfmt fixes 2017-07-09 13:21:55 +03:00
Vladimir Berezhnoy 256cb90f3c remove awk 2017-07-09 13:15:01 +03:00
Vladimir Berezhnoy 8f3a3b293d add newline and checks 2017-07-09 13:00:42 +03:00
neil ac7361a55e Merge pull request #935 from abelbeck/dns_dyn
Add 'dns_dyn' DNS challenge validation script for Dyn Managed DNS API, Issue #594
2017-07-09 09:20:34 +08:00
Vladimir Berezhnoy bd41f50ba5 fix formatting 2017-07-08 22:02:34 +03:00
Vladimir Berezhnoy a2038ab07e fix syntax 2017-07-08 21:57:27 +03:00
Vladimir Berezhnoy 6445a7674b fix syntax 2017-07-08 21:52:47 +03:00
Vladimir Berezhnoy 3bf2e89a1a add pdd.yandex.ru dns api 2017-07-08 21:35:22 +03:00
Lonnie Abelbeck e6a13bf386 Merge branch 'dns_dyn' of github.com:abelbeck/acme.sh into dns_dyn 2017-07-08 07:10:09 -05:00
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
Lonnie Abelbeck f2b9af01e8 Merge remote-tracking branch 'upstream/dev' into dns_dyn 2017-07-08 06:48:25 -05:00
Lonnie Abelbeck 9bd2d92755 Update main README.md DNS API list 2017-07-08 06:43:21 -05:00
Lonnie Abelbeck babe884b7c Replace 'head -n' with the '_head_n' function 2017-07-08 06:39:18 -05:00
neilpang 200287254b add deactivate-account 2017-07-08 17:25:01 +08:00
neilpang 0b797f5964 fix new shellcheck error 2017-07-08 14:12:31 +08:00
neilpang 13a8c309f5 fix new shellcheck errors 2017-07-08 09:20:12 +08:00
Lonnie Abelbeck 528d2f29d3 dns_dyn.sh, remove trailing spaces at end of line 2017-07-07 10:33:24 -05:00
Lonnie Abelbeck 0aba5dc8de dns_dyn.sh, remove empty line at end 2017-07-07 10:22:20 -05:00
Lonnie Abelbeck 72fcf5ab85 Add 'dns_dyn' DNS challenge validation script for Dyn Managed DNS API 2017-07-07 09:51:43 -05:00
neil dd9df068b0 Merge pull request #928 from Neilpang/dev
minor, fix format
2017-07-04 09:10:00 +08:00
neil 81772fb703 minor, fix format 2017-07-04 09:08:54 +08:00
neil 6304566603 Merge pull request #927 from Neilpang/dev
Dev
2017-07-04 08:29:38 +08:00