Tim Kimber
dffa8578d9
Add usage tests (test #722 fix)
4 years ago
Tim Kimber
369a50aa65
Don't use +noidnout if dig outputs a warning ( fixes #688 )
4 years ago
Tim Kimber
3aedcb9956
Move cleanup to teardown_files() ( fixes #696 )
4 years ago
Tim Kimber
ecc91a470a
Don't show usage if run with --upgrade ( fixes #728 )
4 years ago
Tim Kimber
e4154c4486
Merge pull request #735 from xyide/godaddy-enhancements
GoDaddy enhancements
4 years ago
Steve Kennedy
01909f0943
Fix typo
4 years ago
Steve Kennedy
71a7106bef
updates based on spellcheck
4 years ago
Steve Kennedy
91688090b4
Update revision history
4 years ago
Steve Kennedy
13f7cc9d9a
GoDaddy Updates
- Support for domains longer than 3 segments (ex. 1.www.mydomain.com).
- No need for GODADDY_BASE. Domain will be automatically determined from full RR name.
- Update to delete challenge records.
4 years ago
Tim Kimber
734940d8ca
Merge pull request #731 from srvrco/acme-dns
Fix CNAME issues and support acme-dns (fixes #722 , #308 , #646 , #600 , #585 )
4 years ago
Tim Kimber
3b90477cf3
Change to use pgrep (fixes ubuntu14 ftp tests)
4 years ago
Tim Kimber
1fce9999c4
Add missing utils to rockylinux8 docker file, fix setup fn
4 years ago
Tim Kimber
d882efaa91
Add execute permissions to dns scripts
4 years ago
Tim Kimber
9015a837f8
Only run in interactive mode if running in an interactive shell
4 years ago
Tim Kimber
9da2603d89
Test on ubuntu14
4 years ago
Tim Kimber
e5cb7fedfd
Support acme-dns and fix CNAME issues
4 years ago
Tim Kimber
bffa3eeeac
Merge pull request #724 from amartin-git/patch-1
Fix DOMAIN_CHAIN_LOCATION to copy correct file
4 years ago
Tim Kimber
03af029f7b
Merge pull request #729 from miesi/master
detect Solaris derivates and add /usr/gnu/bin to PATH
4 years ago
Tim Kimber
c3c958a145
Merge pull request #730 from 1and1/ionos-dns-api
add scripts to use IONOS DNS API
4 years ago
Thomas Mieslinger
63d8206794
add scripts to use IONOS DNS API
4 years ago
Thomas Mieslinger
a67fd6fa5b
detect Solaris derivates and add /usr/gnu/bin to PATH
4 years ago
amartin-git
742efc1114
Fix DOMAIN_CHAIN_LOCATION to copy correct file
When FULL_CHAIN_INCLUDE_ROOT is set, DOMAIN_CHAIN_LOCATION was sending just the intermediate and server cert. Copying $FULL_CHAIN instead of $CERT_FILE+$CA_CERT fixes this.
4 years ago
Tim Kimber
8103b10e39
Update README.md
Add manual upgrade instructions for v2.43
4 years ago
Tim Kimber
f278629644
Merge pull request #719 from srvrco/timkimber/issue717
Fix upgrade url issue
4 years ago
Tim Kimber
f960ac9843
Don't run centos and ubuntu tests at same time
4 years ago
Tim Kimber
07b5b6e4da
Fix broken upgrade url
Add pre and post upgrade sanity checks
Fixes #718
4 years ago
Tim Kimber
0cb0241b88
Extract release tag from release api using awk (fix BSD issues)
4 years ago
Tim Kimber
758d00c559
Update README.md
Use `latest` tag instead of `master` in installation instructions
4 years ago
Tim Kimber
c75e78b59b
Merge pull request #715 from srvrco/fix-preferred-chain-arg
Fix -preferred-chain argument (#712 )
Show help if no domain specified (#705 )
4 years ago
Tim Kimber
34417121c3
Tweak info message to avoid automated test failure
4 years ago
Tim Kimber
9e7e8fa777
Don't assume release_data has carriage returns ( fixes #717 )
4 years ago
Tim Kimber
0462542f7d
Fixes for centos6 automated test hanging
4 years ago
Tim Kimber
96201d441f
Fix -preferred-chain arg ( #712 )
Show help if no domain specified (#705 )
4 years ago
Tim Kimber
6968d45779
Merge pull request #710 from srvrco/tests-for-pr706-and-fix276
Tests for pr706 and fix276
4 years ago
Tim Kimber
f6d48acc72
Fix code location
4 years ago
Tim Kimber
544240d1f3
Fix grep --silent on alpine
Add debug statement to investigate failures when running in github actions
4 years ago
Tim Kimber
99c2854919
Show curl error if obtain_ca_resource_location fails
4 years ago
Tim Kimber
f9d166e10f
Add test for delete key file with key alg changes ( #706 )
Force new certificate if key alg changes (fixes #276 )
4 years ago
Tim Kimber
59d9797847
Merge pull request #706 from makuhama/privat-key-alg-changed
delete key file when key alg has changed
4 years ago
Tim Kimber
ac23935866
Merge pull request #708 from owengriffin/azure-cli-dns
dns_scripts for Azure CLI
4 years ago
Owen Griffin
31b51a0e60
Allow multiple zone_ids to be used with Azure DNS
4 years ago
Owen Griffin
966f618349
dns_scripts for Azure CLI
4 years ago
Tim Kimber
03e1a3357f
Merge pull request #707 from srvrco/temp-revert-upgrade-with-make
Temporarily revert changes to upgrade using `make`
4 years ago
Tim Kimber
d013dc5f64
Add glibc-all-langpacks to fix locale error
4 years ago
Tim Kimber
b013c9abb3
Temporarily revert changes to upgrade using `make`
Reduce test noise
4 years ago
Tim Kimber
d807ad0b34
Merge pull request #702 from tlhackque/master
Remove credentials from test repository, support dns tests from forks, improve upgrades, fix cUrl version checks
4 years ago
Markus Hansmair
be44177ee1
delete key file when key alg has changed
4 years ago
Krunoslav Sever
cfcab2fbc1
add EAB functions
4 years ago
Timothe Litt
01e3728d84
Compare version numbers properly
getssl uses cURL's version to determine what command
options are valid.
The previous shortcuts will fail when curl V8.10 is
released. (8.9 is greater than 8.10). V8 is planned
for release, in part to avoid a minor version of 100,
which also would fail.
check_version() will compare full or partial version
strings by component, and is true if $1 is at least $2.
4 years ago
Timothe Litt
2f45236423
Suppress test failure when release description contains "error"
Upgrade test checks for "error" in output.
But release descriptions can have "fix error in ..."
Don't run this check. Checking that a new version is detected suffices.
4 years ago