- 18 Jul, 2022 1 commit
-
-
Aleksandr Kunin authored
- change endpoints - change Api-Key header to Authorization: Bearer
-
- 10 Jul, 2022 2 commits
-
-
neil authored
sync
-
-
- 07 Jul, 2022 4 commits
-
-
neil authored
-
https://vmactions.orgneil authored
-
neil authored
Don't exit with issue failure if in DNS manual mode
-
neil authored
-
- 05 Jul, 2022 1 commit
-
-
Ian Wienand authored
In our environment we use DNS manual mode and take the TXT record output of acme.sh and process it with Ansible to install the records (then we call renew later when the records have been pushed to the DNS servers by a whole bunch of other bits). One problem is that after getting/showing the TXT records, acme.sh always returns 1. This makes it difficult to tell if there is actually an error condition. Since we have set the manual-mode flag, not installing the DNS records is an expected correct result. This returns a separate error code for this situation (3), which can be distinguished in automation.
-
- 30 Jun, 2022 2 commits
-
-
neil authored
sync
-
- 21 Jun, 2022 1 commit
-
-
neilpang authored
-
- 18 Jun, 2022 1 commit
-
-
neil authored
Squash multiline responses. Fixes issue #4085
-
- 09 Jun, 2022 2 commits
- 08 Jun, 2022 1 commit
-
-
Debian Bear authored
-
- 07 Jun, 2022 1 commit
-
-
Guilherme Capilé authored
-
- 06 Jun, 2022 2 commits
-
-
Guilherme Capilé authored
fixed compatibility for UltraDNS API v3: https://docs.ultradns.neustar/Content/REST%20API/Content/REST%20API/Zone%20API/Zone%20API.htm; also a minor bugfix for fecthing the domain_id using egrep
-
neil authored
check all pages first, then go up
-
- 05 Jun, 2022 1 commit
-
-
rm authored
-
- 04 Jun, 2022 1 commit
-
-
rm authored
-
- 02 Jun, 2022 1 commit
-
-
neil authored
dns_gcloud: disable argument parsing for challenges
-
- 01 Jun, 2022 4 commits
-
-
Reto Schüttel authored
fixes #3596
-
-
neilpang authored
-
neil authored
Dns namecheap error fix
-
- 31 May, 2022 2 commits
-
-
Bob Belnap authored
When there are errors with namecheap hosts, acme.sh fails with: dns_namecheap.sh: line 262: _error: command not found Based on usage elsewhere in the file, I believe this should be _err
-
neil authored
sync
-
- 29 May, 2022 3 commits
-
- 24 May, 2022 1 commit
-
-
neil authored
Fix dns_nederhost to work correctly with wget instead of curl.
-
- 23 May, 2022 1 commit
-
-
neil authored
dnsapi/ionos: Update to API version 1.0.1
-
- 22 May, 2022 1 commit
-
-
Lukas Brocke authored
The REST API now sends back response bodies for UPDATE and CREATE operations.
-
- 21 May, 2022 2 commits
-
-
neil authored
Fix _dbase64 decode of OCI_CLI_KEY
-
Avi Miller authored
The change made in #4057 broke the decoding of OCI_CLI_KEY from the encoded OCI_CLI_KEY_FILE content so this removes the multiline parameter to fix it. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 18 May, 2022 1 commit
-
-
Sebastiaan Hoogeveen authored
-
- 16 May, 2022 1 commit
-
-
Sebastiaan Hoogeveen authored
The dns_nederhost DNS API relies on the exact HTTP status code to be returned (e.g. 204); however, the _get function always returns 200 for a succesful call when using wget instead of curl. This patch fixes this by using the _post function for all requests done by dns_nederhost.
-
- 12 May, 2022 3 commits
-
-
Paul Lettington authored
-
neil authored
dns_aws: Fix when _acme-challenge is a hostedzone
-
neil authored
-