getssl icon indicating copy to clipboard operation
getssl copied to clipboard

Makes DNS validation selectable by domain: each SAN (additional domain) can use different validation

Open baquilla opened this issue 7 months ago • 9 comments

Sometimes I need to validate a domain (SAN) with DNS while keeping the rest with HTTP validation. Although in some cases I could switch all validation to DNS, this makes the process slower. So, I've modified the functionality of VALIDATE_VIA_DNS to also accept a list of domains, and only these will be validated with DNS.

baquilla avatar Dec 06 '23 23:12 baquilla