- 11 Feb, 2019 1 commit
-
-
Oliver Dick authored
-
- 06 Feb, 2019 1 commit
-
-
Simon Wydooghe authored
Default of a zone might be high, which is annoying when testing with the ACME staging API. I think setting the TTL to 0 makes sense as acme.sh is the only one checking this, so having an always up to date response seems desirable.
-
- 04 Feb, 2019 2 commits
-
-
Oliver Dick authored
-
Oliver Dick authored
fixes an error if customer does not have access to dns-groups
-
- 30 Jan, 2019 1 commit
-
-
- 28 Jan, 2019 1 commit
-
- 26 Jan, 2019 2 commits
-
-
neilpang authored
fix https://github.com/Neilpang/acme.sh/issues/2052
-
neilpang authored
fix https://github.com/Neilpang/acme.sh/issues/2052
-
- 25 Jan, 2019 2 commits
-
-
Tobias Mädel authored
-
Grant Millar authored
-
- 24 Jan, 2019 4 commits
-
-
Tobias Mädel authored
-
Tobias Mädel authored
-
Tobias Mädel authored
-
Tobias Mädel authored
-
- 23 Jan, 2019 1 commit
-
-
Milan Pála authored
-
- 21 Jan, 2019 3 commits
-
-
Oliver Dick authored
-
Oliver Dick authored
-
Oliver Dick authored
-
- 14 Jan, 2019 1 commit
-
-
jim-p authored
-
- 08 Jan, 2019 2 commits
-
-
Mike Barnes authored
-
Mike Barnes authored
-
- 03 Jan, 2019 4 commits
-
-
hebbet authored
follow-up for #1893
-
Marton Szucs authored
Checks if a subdomain already exists before creating one. The loopia API clears all records for a subdomain when adding it again. Adding TXT-records instead of updating the existing record when using the add method. Wildcard certificates require multiple TXT-records for the same subdomain. Now you can create wildcard certificates using: `acme.sh --issue -d example.com -d '*.example.com' --dns dns_loopia` Double quoting variables
-
Oliver Dick authored
-
Ivru authored
-
- 02 Jan, 2019 1 commit
-
-
Oliver Dick authored
-
- 30 Dec, 2018 1 commit
-
-
Ben Edmunds authored
-
- 29 Dec, 2018 1 commit
-
-
Dominik Röttsches authored
Gandi supports setting multiple entries by setting multiple array items for the rrset_values field in their API. Modify the dns_gandi_livedns.sh script so that it checks for existing entries, appends new ones if needed, and removes existing ones individually. This enabled wildcard certificate support on Gandi. Fixes the dns_gandi_livedns part of #1261. Tested for creating a multidomain, multiple wild-card certificate on Gandi and using a test script executing only the dns_gandi_livedns_add and dns_gandi_livedns_rm functions.
-
- 28 Dec, 2018 1 commit
-
-
https://github.com/Neilpang/acme.sh/issues/1941neilpang authored
1. fix https://github.com/Neilpang/acme.sh/issues/1977 2. The cache is too long to as a line to save in the conf
-
- 27 Dec, 2018 1 commit
-
-
Ketil authored
-
- 20 Dec, 2018 6 commits
-
-
Aaron W. Swenson authored
The Cloud and Classic Manager work with different APIs, and so require a separate module, which we introduce here. The README has also been modified to state that the two are separate and incompatible, and provides instructions on using either.
-
Aaron W. Swenson authored
This reverts commit 9a27b389. Turns out, the Cloud Manager is not backward compatible, nor is the Classic Manager forward compatible.
-
Ivru authored
-
Ivru authored
-
Ivru authored
-
Ivru authored
-
- 13 Dec, 2018 2 commits
-
-
Daniel F. Dickinson authored
Some DNS servers for which dns_nsupdate.sh is applicable (such as dyn.com's 'Standard DNS' TSIG update mechanism), require that the zone be set during the nsupdate transaction. Therefore we add a new environment variable NSUPDATE_ZONE which is used to set the zone for the DNS TSIG transaction. Signed-off-by:
Daniel F. Dickinson <cshored@thecshore.com>
-
Daniel F. Dickinson authored
When debug is enabled, also use nsupdate's debug logging so that the user can see potential issues with the nsupdate transaction. Signed-off-by:
Daniel F. Dickinson <cshored@thecshore.com>
-
- 11 Dec, 2018 1 commit
-
-
- 04 Dec, 2018 1 commit
-
-
Adrian Almenar authored
-