- 27 Oct, 2018 3 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
- 18 Oct, 2018 4 commits
-
-
Adrien Dorsaz authored
Too many languages for me today: HTML, TSQL, C# and now Python 3 :D
-
Adrien Dorsaz authored
config_factory: Let's Encrypt staging API refuse to create account with contact linked to "@example.com" domain.
-
Adrien Dorsaz authored
That's make even more sense as there's no "finalize" object, but just a "finalize" URL.
-
Adrien Dorsaz authored
-
- 11 Jul, 2018 2 commits
-
-
Matt Harris authored
-
Matt Harris authored
-
- 02 May, 2018 1 commit
-
-
Adrien Dorsaz authored
V2 : Support of Let's Encrypt API v2 See merge request !12
-
- 09 Apr, 2018 1 commit
-
-
Adrien Dorsaz authored
v2: dnspython is a stub resolver, so self-check TXT record query needs to happen on a non-CNAME record This reverts ada9f449 as suggested and explained on Github PR #1
-
- 02 Apr, 2018 6 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
v2: Content-Type header is required to be application/jose+json, so we use Requests python library to mange all HTTP requests simply
-
- 24 Mar, 2018 2 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
- 20 Mar, 2018 7 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
v2: acme-dns-tiny: enlarge exception except to DNSException as we can receive either NoAnswer or NXDOMAIN
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
v2: acme-dns-tiny: if a CNAME is defined on _acme-challenge.example.org following it to decide where to install the TXT records Limitation: it only follows one CNAME for the moment, maybe we should go through CNAME chain, but it will requires to detect CNAME loop too.
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
acme-dns-tiny: only wait for 1 TTL by domain and be more accurate for the TTL configuration documentation
-
- 19 Mar, 2018 8 commits
-
-
Adrien Dorsaz authored
Fix invalid txt record errors See merge request !11
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
The new option TTL is used to configure the TXT resource records installed by acme-dns-tiny: this allows us to correctly define records according to the DNS server policy. It allows too to fix issues about invalid TXT record errors, caused by the ACME server cache which hidden new TXT records to the ACME server.
-
Adrien Dorsaz authored
v2: allwo to define CSR file path by argument See merge request !10
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
acme-dns-tiny: fix the way to override ConfigParser values and add test in main process for the csr option
-
- 18 Mar, 2018 6 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-