- 03 Nov, 2019 2 commits
-
-
neil authored
Fix Vscale hostedzone
-
Kukushkin Alexander authored
-
- 02 Nov, 2019 5 commits
-
-
neilpang authored
-
neil authored
Add openssh package for ssh.sh deploy support
-
Johann Richard authored
-
-
neil authored
Variomedia DNS API
-
- 01 Nov, 2019 1 commit
-
-
Johann Richard authored
* `acme.sh`'s `ssh.sh` is probably one of the hooks that's most versatile * By default, it's not installed on `alpine` docker images and therefore is lacking in the `acme.sh` docker image * This change adds the `openssh` package and therefore the `ssh` and associated commands
-
- 31 Oct, 2019 1 commit
-
-
peterkelm authored
-
- 30 Oct, 2019 1 commit
-
-
peterkelm authored
-
- 28 Oct, 2019 2 commits
- 27 Oct, 2019 5 commits
- 25 Oct, 2019 10 commits
-
-
scottkof authored
-
neil authored
Added Leaseweb API for dns-01 verification
-
-
Rolph Haspers authored
-
Rolph Haspers authored
-
Rolph Haspers authored
-
Rolph Haspers authored
-
Rolph Haspers authored
-
Rolph Haspers authored
-
- 24 Oct, 2019 1 commit
-
-
neil authored
fix https://github.com/Neilpang/acme.sh/pull/2553
-
- 23 Oct, 2019 3 commits
-
-
neil authored
Use more widely supported options for the "tr" command line utility b…y removing the use of the character class representation option. [:space:] => "\t\r\n\v\f"
-
David Robles authored
Use more widely supported options for the "tr" command line utility by removing the use of the character class representation option. [:space:] => "\t\r\n\v\f"
-
neil authored
dnsapi/dns_miab.sh MIAB DNS-01 Validation
-
- 20 Oct, 2019 1 commit
-
-
neil authored
nic.ru dnsapi
-
- 16 Oct, 2019 3 commits
- 13 Oct, 2019 4 commits
-
-
Bill Gertz authored
Extra space on empty line 27.
-
Bill Gertz authored
Updated to use suggested export _H1 env var to supply Authorization Basic credentials. This undocumented support for Basic Authorization, ContentType, etc. needs to be documented in DNSAPI Dev Guide. Removed two stray debugging lines.
-
Bill Gertz authored
Local copy of shellcheck somehow missed these, odd.
-
Bill Gertz authored
Created _get_root() that tests the requested host is a subdomain to the domains hosted on MailinaBox (MIAB) DNS Server. Created common _miab_rest() used with dns_miab_add(), dns_miab_rm() and _get_root(). Also created barbaric _is_json() to test the response given by the MIAB Custom DNS API at least looks like a JSON file. We should add a hint to use _normalizeJson with JSON responses so _startswith, _endswith won't perplexingly fail.
-
- 10 Oct, 2019 1 commit
-
-
neil authored
Use more widely supported options for the "tr" command line utility in dns_freedns.sh
-