Timothe Litt
b8f943b88b
Missed part of suggested change in batch
Co-authored-by: Tim Kimber <timkimber@users.noreply.github.com>
4 years ago
Timothe Litt
8070d45ad4
Apply suggestions
Co-authored-by: Tim Kimber <timkimber@users.noreply.github.com>
4 years ago
Timothe Litt
bf9403fb9c
Provide ftps:// copy which verifies remote TLS certificates
ftses:// uses --insecure, which is, well, insecure.
4 years ago
Timothe Litt
e21fd2e087
Fix lint
4 years ago
Timothe Litt
6aacf4b3ca
Fix copy_file_to_location failures with ssh
When a suffix is applied to a filename lacking an extension,
a '.' in the host name is treated as the extension, and
the extension is inserted there instead of being appended
to the filename.
Inspect the basename of the destination, and append only the
suffix if no extension is present.
Thus ssh:host.example.net:/etc/ssl/private/foo will now be
copied to host.example.net/etc/ssl/private/foo.suffix instead
of host.example.suffix.net/etc./ssl/private/foo (which usually would fail).
Note that a local file, such as /etc/ssl/private/foo will
be copied to /etc/ssl/private/foo.suffix. (Not
/etc/ssl/private/foo.suffix. as before, which was incorrect).
4 years ago
Tim Kimber
2f518618d3
Update version and change log
4 years ago
Tim Kimber
b1e1c44119
Check if drill supports +noidnout
Only pass +noidnout param to dig/drill
4 years ago
Robert Spencer
ee249abef2
Fix leading whitespace in heredoc so it's uniform
4 years ago
Tim Kimber
622b4b3237
Update version and change log
4 years ago
Tim Kimber
5d69191f3d
Correct fix for +idnnoout check and dig -r check
4 years ago
Tim Kimber
84a3cf2640
Fix check to see if dig supports +noidnout (only broke on debian)
4 years ago
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
4 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