Tim Kimber
140456f602
Run tests on older versions of bash
5 years ago
Tim Kimber
52d1fe5395
Merge pull request #620 from srvrco/test-root-servers
Fix dig SOA lookup
5 years ago
Tim Kimber
a1d4eb00cc
Update version and revision history
5 years ago
Tim Kimber
f8f3e5b901
Updated tests to reproduce bug in #617
5 years ago
Tim Kimber
630554073e
Remove spaces around server when calling dig or drill
5 years ago
Tim Kimber
dd3d72a806
Add tests for issue #617
5 years ago
Tim Kimber
35a3e0226f
Remove duplicate teardown() function
5 years ago
Tim Kimber
afbed3ef9a
Merge pull request #619 from srvrco/handle-dig-failure
Handle dig failure
5 years ago
Tim Kimber
bd11be65cc
Fix typo
5 years ago
Tim Kimber
836b3d8ebc
Update revision history and version
5 years ago
Tim Kimber
aef203287c
Check that dig doesn't return an error before setting HAS_DIG_OR_DRILL
5 years ago
Tim Kimber
69a5bda374
Merge pull request #618 from srvrco/timkimber/issue308
Test using Dynu.com as well as Duckdns.org
5 years ago
Tim Kimber
ba319dd50f
Merge branch 'timkimber/issue308' of github.com:srvrco/getssl into timkimber/issue308
5 years ago
Tim Kimber
1d1159f946
Add timing information to tests
5 years ago
Tim Kimber
b931b79d62
Fix execute permission on dns scripts
5 years ago
Tim Kimber
f33f796c93
Ensure GETSSL_OS variable is set
5 years ago
Tim Kimber
6962c0f848
Merge branch 'master' of github.com:srvrco/getssl into timkimber/issue308
5 years ago
Tim Kimber
5d6988f0ec
Test using both Dynu.com and Duckdns.org
5 years ago
Tim Kimber
26dadf3c7f
Split tests into pebble/staging
5 years ago
Tim Kimber
3c0ababc38
Merge pull request #615 from veitw/fix_alldomains_delimiter
Issue #614 : Fix delimiter issues with ${alldomains[]} in create_csr()
5 years ago
Tim Kimber
5969d5b3fa
Fix mktemp template format for alpine
5 years ago
Tim Kimber
529c710ba6
Merge branch 'timkimber/issue308' of github.com:srvrco/getssl into timkimber/issue308
5 years ago
Tim Kimber
5732867d2d
Move DNS used for staging tests to Dynu
5 years ago
Tim Kimber
2e558854c3
Some fixes to get_auth_dns
5 years ago
Tim Kimber
92673dae6e
Add dns scripts for Dynu.com
5 years ago
Tim Kimber
1f10f677cb
Merge pull request #616 from atisne/fix-Domain_using_minus_character
Wrong SANS when domain contains a minus character
5 years ago
Tim Kimber
c90ca25ede
Add unit test for create_csr
5 years ago
atisne
27265df667
Wrong SANS when domain contains a minus character
A regexp to extract 'Subject Alternative Name' doesn't work when the domain use a minus character.
For grep regexp, to lose its special meaning inside brackets, the minus character must be placed in the first or last position in the list.
https://www.gnu.org/software/grep/manual/grep.html#Character-Classes-and-Bracket-Expressions
5 years ago
Tim Kimber
1199739fc9
Move DNS used for staging tests to Dynu
5 years ago
Tim Kimber
d35f7baf91
Some fixes to get_auth_dns
5 years ago
Veit Wahlich
fa9a8c7f45
Fix delimiter issues with ${alldomains[]} in create_csr()
- use \n as delimiter for read to array
- use \n as delimiter for comparing SANs
5 years ago
Tim Kimber
9350bce17f
Add dns scripts for Dynu.com
5 years ago
Tim Kimber
cdcc5d4a9c
Merge pull request #613 from srvrco/timkimber/issue612
mktemp not working correctly on Alpine Linux (added XXXXXX to template)
5 years ago
Tim Kimber
c8415df61d
mktemp not working correctly on Alpine Linux (added XXXXXX to template)
Fixes #612
5 years ago
Tim Kimber
7b24dd4435
Merge pull request #610 from srvrco/release_231
Release v2.31
5 years ago
Tim Kimber
e5d44d3117
Tweaks to try and make staging tests more robust
5 years ago
Tim Kimber
8333a1e817
Update version to 2.31
Fix bug with nslookup server param
5 years ago
Peter Dave Hello
9d43cf81f1
Remove useless comment in nginx test configs
5 years ago
Peter Dave Hello
fb7b3ee145
Use JSON notation for Dockerfile CMD arguments
Reference:
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#cmd
> The `CMD` instruction should be used to run the software contained in
your image, along with any arguments. `CMD` should almost always be used
in the form of `CMD ["executable", "param1", "param2"…]`
5 years ago
Peter Dave Hello
6a6851e185
Reduce Docker image layer by merging mkdir operation
5 years ago
Peter Dave Hello
76c9ffadc4
Reduce git clone depth in the Dockerfile for test
This change will drop the history of the repository when cloning, which
will save bandwidth and disk space, speed up the clone and checkout
process during the test and Docker build process.
5 years ago
Tim Kimber
3c5bd661fb
Merge pull request #607 from PeterDaveHelloKitchen:Style/FixIndentIn_other_scripts
Fix indentation to two spaces in other_scripts/cpanel_cert_upload
5 years ago
Peter Dave Hello
9fec3b445c
Fix indentation to two spaces in other_scripts/cpanel_cert_upload
5 years ago
Tim Kimber
698772a777
Merge pull request #605 from PeterDaveHelloKitchen:Style/RetabInNginxTestConfigs
Follow EditorConfig, use consistent space indent in Nginx test configs
5 years ago
Tim Kimber
2e44e023ac
Merge pull request #604 from PeterDaveHelloKitchen:UpdateEditorConfig
Correct Makefile indentation in .editorconfig
5 years ago
Tim Kimber
b1fae102f0
Merge pull request #603 from PeterDaveHelloKitchen:README/Table-of-Contents
Add "Table of Contents" in README.md
5 years ago
Tim Kimber
d420fc7a61
Merge pull request #606 from PeterDaveHelloKitchen:README/markdownlint
Make markdownlint happy about README.md
5 years ago
Peter Dave Hello
1c617c1bf6
Make markdownlint happy about README.md
```
README.md:1 MD041/first-line-heading/first-line-h1 First line in file should be a top level heading [Context: "![Run all tests](https://githu ..."]
README.md:2 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "# getssl"]
```
5 years ago
Peter Dave Hello
7ed9a01314
Follow EditorConfig, use consistent space indent in Nginx test configs
5 years ago
Peter Dave Hello
970004eda7
Correct Makefile indentation in .editorconfig
5 years ago