- 11 Sep, 2016 1 commit
-
-
Adrien Dorsaz authored
This part use ACMEDirectory in requests to ACME server. Next part will remove last remaining CAUrl code and enable dynamic agreement url.
-
- 08 Sep, 2016 3 commits
-
-
Adrien Dorsaz authored
This commit update configuration constraints to use ACMEDirectory instead of CAUrl. Next part will use effectively this new configuration to do requests to ACME server.
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
- 24 Aug, 2016 11 commits
-
-
Adrien Dorsaz authored
Clean tests and cover more code Clean up tests code Add some tests to cover more code See merge request !4
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
logassert was added as requirements as the check have to look for log messages
-
Adrien Dorsaz authored
-
- 23 Aug, 2016 1 commit
-
-
Adrien Dorsaz authored
-
- 18 Aug, 2016 2 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
- 17 Aug, 2016 3 commits
-
-
Adrien Dorsaz authored
DNS: fix search of dns host IP address configuration give us already an IP address See merge request !3
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
- 16 Aug, 2016 2 commits
-
-
Adrien Dorsaz authored
tsig: simplifies algorithm list The algorithm names match now the names used in dnssec-keygen and dnspython tools. See merge request !2
-
Adrien Dorsaz authored
The algorithm names match now the names used in dnssec-keygen and dnspython tools.
-
- 15 Aug, 2016 2 commits
-
-
Adrien Dorsaz authored
gitlab-ci: add master build badges to README See merge request !1
-
Adrien Dorsaz authored
-
- 12 Aug, 2016 5 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
This check use the DNS server defined in DNS section (Host setting). For each host, the script will : 1. push update to the DNS host 2. wait delay configured in seconds with parameter CheckChallengeDelay 3. ask the DNS host for TXT entries corresponding to the challenge 4. check if at least one entry corresponds to the key authorization * if there's one, let ask to the acme server to check themselves * if there's none: * wait 2 seconds and retry from step 3 (retry 10 times) 5. If after 10 retries nothing happend, stop with error So, we have this behavior: * if user knows its setup has no bottleneck and won't apply delay before checks, he sets CheckChallengeDelay to 0. * if user knows there's some bottleneck for DNS update, it can set CheckChallengeDelay to a specific amount of seconds In both case, the script will ensure it won't bother the ACME server with useless operations.
-
- 08 Jul, 2016 5 commits
-
-
Adrien Dorsaz authored
The gitlab project is configured to scan the build logs to find the code coverage percent with a regular expression. See the projects' wiki to have more information to configure Gitlab CI.
-
Adrien Dorsaz authored
This project use gitlab-ci and don't need any more coveralls. With DNS verification we don't need a FUSE server and we need dnspython3 package. The dnspython has merged code for python2 and python3, but the current release has an error with TSIG key management (due to the code merge). So we are now stuck with the dnspython3 package.
-
Adrien Dorsaz authored
openssl tests: we don't manage the OpenSSL code, so these tests are useless. exsitence domain tests: commented as dynamic DNS updates can create new domains. configuration tests: configuration management has a lot changed, so we'll have to make new tests. Remove the code managing FUSE and use configuration files instead. Finally, ask ACME server to delete account key as it is only temporary files and we don't save them.
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
We don't need any more a FUSE server, but we need more environment variable defined to run tests. Monkey use these variables to create temporary configuration files from an example configuration. The SAN test tries to validate multiple SAN to check the loop code.
-
- 28 Jun, 2016 5 commits
-
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
-
Adrien Dorsaz authored
configurable
-
Adrien Dorsaz authored
Thanks to @rspeed for PR diafygi/acme-tiny#89
-
Adrien Dorsaz authored
If the script was able to add a DNS record, it must remove it before end of execution (even in case of errors).
-