Tim Kimber

Results 52 comments of Tim Kimber

Hi @alhashash You're right and I'm wrong. Thanks for correcting me, rfc4592 updated rfc1035 to confirm that wildcard dns entries are valid. I couldn't find anything when searching the web,...

Hi @etanol85 It's a benign error as that piece of code just checks whether the certificate needs renewing, when it fails the code just renews the certificate. I've spent some...

Hi @etanol85 I found out recently that github actions support MacOS so I'll write a test for this scenario and post an update.

Hi @bielius I can make that change, but wouldn't it be easier to just specify the path in your crontab? e.g. ``` 23 5 * * * export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin &&...

Hi @bielius I'm happy to make the change as it will simplify some of the code (around ensuring that the user agent is always specified), just wanted you to know...

Hi @amebfederal The documentation for the ACL variable isn't good (I'll add this to my list of things to fix). You need to separate the two locations using a semi-colon...

I've updated the wiki and the default `getssl.cfg` file so I'm closing this issue

@zedtux thanks for pointing this out - I'll find the wiki pages that need updating and make the default config clearer

I'm going to update the documentation to explain there are 5 scenarios for the ACL variable: 1. Single domain, single server = single value in ACL 2. Multiple domains, single...

Hi @masgo This seems like a good enhancement, I'll add it to my list of things to do (happy to review a PR if you feel up to coding the...