Tim Kimber
073b33c7f6
Add more info to message for "Certificate on remote domain does not match"
5 years ago
Tim Kimber
39ddb2da7a
Tweaked code in requires() so it doesn't break function auto complete in vscode
5 years ago
Tim Kimber
4f5b518038
Update staging certificate names
5 years ago
Tim Kimber
e19afe87af
Fixes double slash reported in #585
5 years ago
Tim Kimber
522918f023
Add FULL_CHAIN_INCLUDE_ROOT
Fixes #594 #272 #564
5 years ago
update process
aae71fd763
ftpes added to curl upload of challenge
5 years ago
update process
973f5886ae
ftpes added to curl upload of challenge
5 years ago
Tim Kimber
afabbc6506
Add PREFERED_CHAIN
5 years ago
Tony Mountifield
a5512c00ff
Add description of change to the change log.
5 years ago
Tony Mountifield
d964140503
Prevent listing the complete file if version tag missing
Also added missing (2.34) tag to end of the change log.
Couple of minor changes to output messages.
5 years ago
Benno-K
088e551313
after wild trying go back to what I think is it, even if I know that the upgrade tests fail with that
5 years ago
Benno-K
9946eb789f
Still trying to fix failing tests in 32-test-upgrade.bats
5 years ago
Benno-K
baa87f6cdb
Trying to fix failing tests in 32-test-upgrade.bats
5 years ago
Benno-K
d616aa5d1a
Test revealed that revocation (-r) also should not exit after upgrade
5 years ago
Benno-K
347ec53227
Implement #634 - allow -u without domain(s)
5 years ago
Tim Kimber
51ac8a3483
Check for Valid ACME response and continue waiting
5 years ago
Tim Kimber
858dfc75a5
Use -r option for dig to force default dig output
Fixes #630
5 years ago
atisne
7a9a9ca684
Add the ability to set several reload commands
Use a bash array to set several commands. (Commands use the usual syntax.)
The current syntax is unchanged when setting a single command.
5 years ago
Tim Kimber
e407426bdb
Move FTP_OPTIONS earlier otherwise cd and put will fail
5 years ago
Tim Kimber
d7869561a3
Change ftp command back to use `open`
5 years ago
Tim Kimber
4d23e085e1
Add FTP_OPTIONS
5 years ago
ionos
f46a36db89
Fix double slash when using root directory with DAVS
5 years ago
Tim Kimber
79ac70653d
Add chmod to ftp command
5 years ago
Tim Kimber
01299603de
Update revision history
5 years ago
Tim Kimber
6ce5114b6b
Show error message if starting new getssl after upgrade fails
5 years ago
Tim Kimber
0c48343c7a
Check for posix mode and show a sensible error
5 years ago
Tim Kimber
a1d4eb00cc
Update version and revision history
5 years ago
Tim Kimber
630554073e
Remove spaces around server when calling dig or drill
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
1d1159f946
Add timing information to tests
5 years ago
Tim Kimber
2e558854c3
Some fixes to get_auth_dns
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
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
c8415df61d
mktemp not working correctly on Alpine Linux (added XXXXXX to template)
Fixes #612
5 years ago
Tim Kimber
8333a1e817
Update version to 2.31
Fix bug with nslookup server param
5 years ago
Tim Kimber
ccab4baeb6
Update revision history
5 years ago
Tim Kimber
ca666aa474
Wildcard support in ACMEv2
Fixes #347 and #400
5 years ago
Tim Kimber
c6b75847a4
When retrying DNS_ADD, delete first
5 years ago
Tim Kimber
f2bcce5ab2
Add more info to debug statemetns when running tests
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
d195235a7e
Document the settings used for DNS verification
5 years ago
Tim Kimber
96d987c07b
Add CHECK_PUBLIC_DNS_SERVER
5 years ago
Tim Kimber
44f0ce1a53
Update revision history
5 years ago
Tim Kimber
b0debe01b0
Use different args for drill in SOA check
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