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
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
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