Tim Kimber
63171e6527
Merge pull request #550 from srvrco/test-improvement
Fix domain case conversion for different locales
6 years ago
Tim Kimber
472ea2312f
Set noninteractive so tests don't hang
6 years ago
Tim Kimber
135fcece92
Fix domain case conversion for different locales
6 years ago
Tim Kimber
065356bcc8
Tweak the 'not found' check
6 years ago
Tim Kimber
23d4d6ae65
Move test for failed,warning,error to test_helper, add test for "not found"
6 years ago
Tim Kimber
4db955ebae
Merge pull request #547 from wolfaba/master
fix HAS_HOST and HAS_NSLOOKUP condition
6 years ago
Robert Wolf
a0c6ddf079
fix HAS_HOST and HAS_NSLOOKUP condition
6 years ago
Tim Kimber
f3af1e2669
Merge pull request #546 from srvrco/Check-for-domain-using-all-tools
Check for domain using all tools
6 years ago
Tim Kimber
f7c196602d
Update revision history and version
6 years ago
Tim Kimber
fc5f8d5fc9
Merge branch 'master' into Check-for-domain-using-all-tools
6 years ago
Tim Kimber
7a031e8b10
Merge pull request #545 from srvrco/remove-seq-dependency
Remove dependency on seq, ensure clean_up doesn't try to delete /tmp
6 years ago
Tim Kimber
462573c8ba
Test if DOMAIN_STORAGE is "/" clean_up doesn't delete /tmp
6 years ago
Tim Kimber
d8bf2fa149
Remove dependency on seq, ensure clean_up doesn't try to delete /tmp
6 years ago
Tim Kimber
353dcf26d5
Merge pull request #542 from baquilla/master
Improvements: alternative working dirs and -i|--install command
6 years ago
Tim Kimber
43b82e4fc3
Fix cut&paste error
6 years ago
Tim Kimber
ac5ef33011
Cleanup after test succeeds
6 years ago
Tim Kimber
857ad87b4f
Change bats-assert and bats-support to use bats-core repo
6 years ago
Tim Kimber
3341f674d4
Add tests for /etc/getssl and --install
6 years ago
Tim Kimber
008a95dba7
Make ubuntu-staging depend on centos7-staging so they don't run at same time causing spurious errors
6 years ago
Juan Javier Baca Moreno-Torres
adcb975206
Fix shellcheck warning and failures
Clean code, avoid indirect variables and single quotes for delayed expansion.
6 years ago
Juan Javier Baca Moreno-Torres
7e575fb030
Update shell-linter to 0.3.0
6 years ago
Juan Javier Baca
17b13facda
Update revision history and version number
6 years ago
Juan Javier Baca
9dfff30b9d
Add -i|--install command line option
While testing or setting up getssl the installation of certificates
could fail. Option -i allows to copy and reload service quicker.
6 years ago
Juan Javier Baca
17203b1ec1
Add alternative working dirs
Despite changing working dir from command line covers most usage cases,
others defaults are also usefull like /etc/getssl, SCRIPTDIR/conf or
SCRIPTDIR/.getssl. Last candidate (~/.getssl) is used if no config file
was found in previous paths.
6 years ago
Tim Kimber
a73848c60e
Check domain exists using all DNS utilities
6 years ago
Tim Kimber
e50362501d
Update revision history and version number
6 years ago
Tim Kimber
005b57ea5c
Merge pull request #539 from srvrco/mixed-case
Fixed for mixed case domain names
6 years ago
Tim Kimber
125fabdc33
Add mixed case tests, rename duckdns tests
6 years ago
Tim Kimber
ad28d69371
Fix error messages in find_dns_utils from older versions of "command"
6 years ago
Tim Kimber
0dfda4f64d
Make "check domain exists" case insensitive
6 years ago
Tim Kimber
e7a67f39e6
Fix problem with domain in mixed case
6 years ago
Tim Kimber
17f8698a15
Merge pull request #532 from heiko-r/fix-domain-template-url
Fix domain template url (failing tests are a git checkout issue)
6 years ago
Tim Kimber
4a51194132
Merge branch 'master' into fix-domain-template-url
6 years ago
Tim Kimber
03d60ffbde
Merge pull request #534 from srvrco/test-multiple-domain
Pre-release 2.21
6 years ago
Tim Kimber
804c71ffec
Add test for IGNORE_DIRECTORY_DOMAIN
6 years ago
Tim Kimber
125d9e25e8
Add test for IGNORE_DIRECTORY_DOMAIN
6 years ago
Tim Kimber
8a8fe446e7
Changes to ensure get_auth_dns is tested
6 years ago
Tim Kimber
665f72550f
Find primary ns using all dns utils (dig, host, nslookup)
6 years ago
Heiko
6fe3119c90
Bump version number and change log
6 years ago
Heiko
ba59e4452b
Fix staging server URL in domain template
The trailing slash of the Let's Encrypt staging server URL broke API discovery
6 years ago
Tim Kimber
953bfd25c2
Fix bug with DNS-01 and multiple domains
6 years ago
Tim Kimber
080a9ad941
Update revision history
6 years ago
Tim Kimber
a5393a58d7
Added instructions on how to upgrade from v01 to v02
6 years ago
Tim Kimber
0d9b0f4024
Add centos7 test
6 years ago
Tim Kimber
d0c19f2df4
Use dig +trace to find primary_ns and fix dig NS parsing (used as fallback)
6 years ago
Tim Kimber
0ee5f69783
Fix dig CNAME lookup in get_auth_dns
6 years ago
Tim Kimber
e724424df8
Allow any amount of whitespace in dig/drill output
6 years ago
Tim Kimber
ac272c7995
Merge pull request #527 from srvrco/test-centos7
Test on centos7 against staging server
6 years ago
Tim Kimber
99bd342a59
Update for multiple duckdns domains
6 years ago
Tim Kimber
1dec15f1b5
Test on centos7 against staging server
6 years ago