Peter Dave Hello
f361492fae
Add "Table of Contents" in README.md
5 years ago
Tim Kimber
57e2628f33
Merge pull request #602 from PeterDaveHelloKitchen:CleanUpTravisConfig
Remove deprecated Travis CI config
5 years ago
Tim Kimber
221c226ee3
Merge pull request #601 from PeterDaveHelloKitchen:UpdateREADME.md
Improve README.md code block readability by correct syntax highlight
5 years ago
Peter Dave Hello
9a3dc5c553
Remove deprecated Travis CI config
Looks like getssl was not using Travis CI for a while:
https://travis-ci.org/github/srvrco/getssl
And the GitHub Actions was introduced for a while:
https://github.com/srvrco/getssl/commits/master/.github/workflows
Remove Travis CI config in the repository will help contributor reduce
the confusion about which CI platform is currently using.
5 years ago
Peter Dave Hello
60bda5a3d4
Improve README.md code block readability by correct syntax highlight
5 years ago
Tim Kimber
8ec8deac3d
Merge pull request #599 from srvrco/timkimber/issue347
Wildcard support in ACMEv2 - fixes #347 and #400
5 years ago
Tim Kimber
5677a13fd5
Don't check certificate is installed when testing against staging server
5 years ago
Tim Kimber
ccab4baeb6
Update revision history
5 years ago
Tim Kimber
36f9b1912b
Hardcode bats release to avoid test fragility
5 years ago
Tim Kimber
d359059971
Tests for wildcard changes
5 years ago
Tim Kimber
ca666aa474
Wildcard support in ACMEv2
Fixes #347 and #400
5 years ago
Tim Kimber
c71df0211d
Merge pull request #595 from waddles/cloudflare_api_tokens
Allow scoped Cloudflare API Tokens
5 years ago
Wade Fitzpatrick
e045239a35
Allow scoped Cloudflare API Tokens
5 years ago
Tim Kimber
e8d09c4df8
Merge pull request #593 from srvrco/fix-add-sans
Add more info to debug statements when running tests
5 years ago
Tim Kimber
c6b75847a4
When retrying DNS_ADD, delete first
5 years ago
Tim Kimber
9e4372c5b6
Don't check all the auth servers as one DuckDNS server isn't updating
5 years ago
Tim Kimber
87961862d6
Merge branch 'fix-add-sans' of github.com:srvrco/getssl into fix-add-sans
5 years ago
Tim Kimber
f44346f835
Reduce number of DNS lookup attempts and retry DNS_ADD
5 years ago
Tim Kimber
7d997158d0
Merge branch 'master' into fix-add-sans
5 years ago
Tim Kimber
8871da0b2c
Add tests for changing SANS (bug not fixed)
5 years ago
Tim Kimber
f2bcce5ab2
Add more info to debug statemetns when running tests
5 years ago
Tim Kimber
4a16b39223
Merge pull request #592 from mhameed/master
bugfix: strip comments in drill/dig output when checking txt in dns.
5 years ago
Mesar Hameed
7be325dbad
bugfix: strip comments in drill/dig output when checking txt in dns.
The dns query is often being reprinted as a comment as part of the drill/dig output
this caused multiple hits for the grep, making the comparison invalid.
Make sure we strip out comments before we look for the challenge text in the txt record.
5 years ago
Tim Kimber
371bdc102b
Merge pull request #591 from srvrco/multiple-ns
Add CHECK_PUBLIC_DNS_SERVER
5 years ago
Tim Kimber
d195235a7e
Document the settings used for DNS verification
5 years ago
Tim Kimber
96d987c07b
Add CHECK_PUBLIC_DNS_SERVER
5 years ago
Tim Kimber
cb5941307a
Change staging tests to use all auth dns servers
5 years ago
Tim Kimber
1bcc7d54ef
Merge pull request #590 from srvrco/multiple-ns
Fixes for get_auth_dns
5 years ago
Tim Kimber
44f0ce1a53
Update revision history
5 years ago
Tim Kimber
0f422225f4
Update all docker images to include drill (for unit tests)
5 years ago
Tim Kimber
55ea0642c7
Add unit test for get_auth_dns using drill
5 years ago
Tim Kimber
b0debe01b0
Use different args for drill in SOA check
5 years ago
Tim Kimber
cfd6562e9b
Fix the dns test config files
5 years ago
Tim Kimber
6e25567397
Fix dns check for upper case domain names
5 years ago
Tim Kimber
36c92d150e
Fixes and changes to test get_auth_dns
5 years ago
Tim Kimber
75d06beb5a
Fix get_auth_dns to return multiple nameservers (broken in v2.21)
5 years ago
Tim Kimber
f211f581f8
Merge pull request #589 from srvrco/test-stability-dns-retry
Improve test stability
5 years ago
Tim Kimber
ad097a5b29
Add bad gateway retry logic to duckdns del command
5 years ago
Tim Kimber
90a418801d
Add retry logic for "Bad Gateway" duckdns error
5 years ago
Tim Kimber
2d6d471933
make executable
5 years ago
Tim Kimber
f644f97ab6
Remove ACL from cfg for dns tests
5 years ago
Tim Kimber
e443c15d3b
Merge pull request #587 from srvrco/test-two-acl
Add tests for multiple ACL
5 years ago
Tim Kimber
e69d688817
Merge branch 'test-two-acl' into test-stability-dns-retry
5 years ago
Tim Kimber
8c3210e4d9
Add tests for multiple ACL
5 years ago
Tim Kimber
fb1823e356
Retry DNS_ADD_COMMAND if dns isn't updated after waiting 10 times
5 years ago
Tim Kimber
c1346a1be8
Merge staging server tests into normal tests
5 years ago
Tim Kimber
276aaac74a
Merge pull request #583 from srvrco/release2.30
Update version to 2.30
5 years ago
Tim Kimber
65befd7db5
Update revision history and version number
5 years ago
Tim Kimber
5228634bce
Merge pull request #582 from srvrco/sans-spaces-and-commas
Fixes problems with SANS separated by spaces and commas (failed tests are DNS problems)
5 years ago
Tim Kimber
07bf481a59
Increase DNS_EXTRA_WAIT to allow dns changes extra time to propagate
5 years ago