Timothe Litt
Timothe Litt
As noted in #702: The README's "1 line install" advice instructs the user to get (only) `getssl` from HEAD, even if it's not a stable release. I don't have a...
As noted in #691: test 18 (`check_retry_add_dns_command`) is expected to exit with failure status, which generates a fair bit of output due to the test harness. More interesting is that...
As noted in #691 The dynu failures seem to be because there are multiple TXT records - one of which is the expected record, but letsEncrypt is objecting to the...
Code reading bug. While debugging something else, I noticed that `fulfill_challenges` only knows how to remove tokens with (regular) FTP and SSH. But `copy_file_to_location` also knows how to place tokens...
The current upgrade checks are slow, and only upgrade `getssl` proper, (not the `dns_scripts` or `other_scripts` directories). In addition, they check against and fetch `master/HEAD` - which may not have...
When getssl creates a file containing both the private key and one or more certificates (DOMAIN_PEM_LOCATION, DOMAIN_KEY_CERT_LOCATION), the new file has the default permissions, not the restrictive permissions used to...
As noted in #286, the dns_add/del_update sample scripts leave a lot be be desired. Further investigation found more issues; here is the complete list: - They are inefficient - use...
if curl is unable to verify a peer certificate due to an out of date ca_bundle.pem, it returns error 60, which causes getssl to emit ```` curl needs updating, your...
Since updating to 0.103.5, I'm seeing intermittent 'cool-down' lockouts from `freshclam`. It may be related to log file rotation, after which I get "malformed CVD header (too short)", which results...
I've encountered another use case that `mod_md` needs help handling. Consider this situation (handled by the client I'm trying to retire...): Remote server, a VPS with a vendor who doesn't...