Timothe Litt

Results 69 comments of Timothe Litt

> @baquilla Thanks for making these changes, and @tlhackque thanks so much for reviewing them! I'll merge as soon as I get a chance. > > @baquilla regarding the tests:...

I've started a new branch to deal with this. tlhackque/selective-validation. No commits yet, but there's work in progress. @baquilla: if you can work on the tests, it would help.

Using the IP address to select views for updates is inadvisable due to forgery issues. Using TSIG is strongly preferred. See the `bind` documentation. It appears that you are using...

Account update with an example. https://datatracker.ietf.org/doc/html/rfc8555#section-7.3.2

I encountered a similar issue "Failed to register". In my case, a typo in a field. I had to turn on logging under advanced, find the log, see the error,...

The setup put the DLL into the startup list instead of the .exe. Until this is fixed: 1. Uncheck the "run on logon" option. 2. Right click on the .exe...

Indeed it does. Note that the software also connects to GitHub.com - for undisclosed reasons. Please post the source and describe why it needs (or wants) network access. I've blocked...

I agree that line ending support would be helpful: - Reading Unix .md seems to work. - Save with Unix line endings (should omit if no was seen on input)...

One case is the Let's Encrypt staging CA (which is what was shown above). You will also encounter this with embedded devices (NAS, routers, IOT, etc) that generate self-issued certificates....

sort -k6 doesn't handle the header. You also want a numeric sort - 30 days is greater than 4. I use [this wrapper](https://github.com/Matty9191/ssl-cert-check/files/1503857/ssl_status.zip) as a cron job, which sorts by...