- 08 Oct, 2019 3 commits
-
-
Bill Gertz authored
Um, fixed.
-
Bill Gertz authored
Function _get_root() copied from acme.sh and is not needed here. Other cleanup as recommended by acme.sh test bot.
-
Bill Gertz authored
Know I'm new to contorting to this project. I i've broke conventions please let me know what I've screwed up and I'll set it right as quickly as possible. Propose this as a new DNS-01 validation script to dynamically add challenge DNS records to MailinaBox (MIAB) DNS. MIAB uses a custom DNS API to manage external DNS records. The script was originally written by Darven Dissek and can be found in his repository: https://framagit.org/DarvenDissek/acme.sh-MIAB-DNS-API/). This has been forked and some slight cleanup applied and change shebang to UNIx shell. The forked repository can be found here: https://github.com/billgertz/MIAB_dns_api. Wrote to Darven but received no reply. Support for this script has been submitted to the OPNsense project via this pull request: https://github.com/opnsense/plugins/pull/1531
-
- 06 Oct, 2019 2 commits
-
-
Vadim Kalinnikov authored
-
Vadim Kalinnikov authored
-
- 05 Oct, 2019 2 commits
-
-
Peter Dave Hello authored
This issue in the shell scripts will also be detected in the stable version of shfmt(we are currently using an ancient pre-release of shfmt)
-
https://my.rcodezero.at/api-docMichael Braunoeder authored
* first version dns_rcode0.sh * fixed URLs for ACME calls * fixed challenge remove * read & write Token/URL at rm too * make info messages debug * typos fixed * update rrset only if existing challenge is found * polish error messages and make "detect root zone" scaleable * fixed formating issues * code cleanup, remove some unneeded functions * removed empty lines * save rcode0 url only if not default
-
- 14 Sep, 2019 1 commit
-
-
Boot Lee authored
-
- 05 Sep, 2019 2 commits
-
-
Kent Varmedal authored
* Add support for Domeneshop DNS API * Fix double quotes after build fail * Fixing formating errors
-
Phil Porada authored
-
- 15 Aug, 2019 1 commit
-
-
Sky Chen authored
fixed #2441: dns_namesilo.sh _get_root (#2442)
-
- 11 Aug, 2019 1 commit
-
-
neil authored
* fix https://github.com/Neilpang/acme.sh/issues/2409 (#2430) * Add variable exports for Successful Post Hook and Renew Hook calls (#2431) * fixed json parse regex for support api gcore_cdn (#2381)
-
- 05 Aug, 2019 2 commits
-
-
-
James Qian authored
Signed-off-by:
James Qian <sotux82@gmail.com>
-
- 29 Jul, 2019 1 commit
-
-
- 27 Jul, 2019 3 commits
-
-
neil authored
* support jdcloud.com * fix format * ttl 3000 * Escape slashes (#2375) * Change 1.1.1.1 to 1.0.0.1 to probe compatibility (#2330) As we can see, 1.1.1.1 is not routed or routed to an Intranet devices due to historical reason. Change 1.1.1.1 to 1.0.0.1 will have a better compatibility. I found this problem on my Tencent Cloud server. * check empty id * fix error * Add dnsapi for Vultr (#2370) * Add Vultr dns api * PushOver notifications (#2325) * PushOver notifications, using AppToken, UserKey, and optional sounds * fix errors * added dns api support for hexonet (#1776) * update * minor * support new Cloudflare Token format fix https://github.com/Neilpang/acme.sh/issues/2398 * fix wildcard domain name * add more info * fix https://github.com/Neilpang/acme.sh/issues/2377 * fix format * fix format
-
neilpang authored
-
neilpang authored
-
- 22 Jul, 2019 1 commit
-
-
neilpang authored
fix https://github.com/Neilpang/acme.sh/issues/2398
-
- 20 Jul, 2019 3 commits
-
-
neilpang authored
-
Szilárd Pfeiffer authored
-
Yuri S authored
* Add Vultr dns api
-
- 18 Jul, 2019 2 commits
- 13 Jul, 2019 5 commits
-
-
Honza Hommer authored
-
neil authored
fix https://github.com/Neilpang/acme.sh/pull/2390
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
- 29 Jun, 2019 1 commit
-
-
Raphaël Berlamont authored
We have a few domains that ends the same. For example : iperfony.com perfony.com The problem was in the _get_root functions, when getting the domain_id : only the first result "iperfony.com" was returned, because "perfony.com" is contained in the "iperfony.com" string. The correction consist of being strict in the regex, adding a slash (/) so that it will only match on ".*/(perfony.com).*" and not ".*(perfony.com).*".
-
- 19 Jun, 2019 1 commit
-
-
- 13 Jun, 2019 2 commits
-
-
AndreyIsakov authored
-
AndreyIsakov authored
-
- 11 Jun, 2019 3 commits
-
-
AndreyIsakov authored
-
AndreyIsakov authored
-
AndreyIsakov authored
-
- 10 Jun, 2019 1 commit
-
-
neilpang authored
-
- 02 Jun, 2019 1 commit
-
-
David Kerr authored
-
- 31 May, 2019 2 commits