Tim Kimber
dd2de27ae5
Use +noidnout for dig and drill if IDN domain
4 years ago
atisne
32f56a9b4e
Do not redirect outputs on remote commands when the debug option is used
When the debug option is used, it may be useful to see errors that may occured
on remote calls (ssh).
4 years ago
Tim Kimber
e4c17c8d56
Remove spaces and sort when checking if SANS list changed
5 years ago
Tim Kimber
aef54af466
Request new certificate if SANs changed
5 years ago
Yannic Haupenthal
3ebb9a5a37
shellcheck disable=SC2086
5 years ago
Timothe Litt
db2ec987d7
Fix test errors caused by DNS_CHECK_OPTIONS
Use a regexp rather than a partial match to skip any DNS_CHECK_OPTIONS,
which in the current tests create whitespace, but could be anything.
Catch a missing inclusion of DNS_CHECK_OPTIONS for dig CNAME
5 years ago
Tim Kimber
8625e0774b
Update change log and version
5 years ago
Tim Kimber
4846512269
Tweaks so non-cname domains work, fix broken retry dns add test
5 years ago
Dennis Camera
20fc8affa6
Resolve CNAMEs before searching for authoritative DNS server
5 years ago
Dennis Camera
87ae2500d9
Fix DNS challenge completion check if CNAMEs on different NS are used
5 years ago
Dennis Camera
3eb7ba3540
Split DNS add and remove into separate functions
5 years ago
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