Hello and a Happy New Year!
I have a domain I want to obtain a cert for that contains an underscore. Therefore the letsencrypt-auto returns the following error: “Requested domain is not a FQDN”.
I’ve searched through the code for the error message and it turned out that the regex that is used to validate a Domain name is lacking the underscore as valid char. According to http://www.ietf.org/rfc/rfc2181.txt Section 11 there is only a length limit on domains — so a Domain containing an “_” should a perfectly fine as a FQDN.
Is there a way to circumvent the validation?
Thanks and have a good start into the new year 2016!