Tim Kimber

Results 52 comments of Tim Kimber

Thanks @masgo, that's some great requirements. I'll look at implementing it soonish

Hi @hitd010000 Sounds like a good idea - I've been meaning to add some tests for ftpd to fix/test passive ftp so I could implement this enhancement at the same...

Hi @davidc Thanks for this suggestion, I'll have a look at some bash style guides and see whether exporting _USE_DEBUG or adding GETSSL_DEBUG is best practice

@robd003 thanks for suggestion, I'm just fixing another issue and then I'll implement this

The retry test intentionally just checks that the dns_add script is called again if the DNS isn't updated, I'll look at adding logic to only fail the first time or...

Hi @mmclist Thanks for reporting this, it appears to be related to OpenSSL and probably something to do with the settings in the openssl.cnf file. I'll try and reproduce and...

Thanks for reporting this, I fixed this manually, but I'll add something to fix it automatically. I'll also check that it's not a bug somewhere in the tests It can't...

Hi @HerroBert Sounds like a good idea, I'm sure I can use it to simplify some of the test setup too. I'll take a look when I get a chance

Hi @respencer Just to check my understanding, you are running `getssl` something like this: `./getssl www.domain.com` and your `getssl.cfg` file holds something like this: `SANS=cdn1.domain.com, cdn2.domain.com` and you're using http-01...

Hi @respencer I'm not sure how to do this without either 1. following @McQgit suggestion and having cdn1.domain.com and cdn2.domain.com 2. or changing `getssl` to support more than one ACL...