Closed roboticsalign closed 2 years ago
Thanks
Hi, the script writes the subdomain-specific validation string into the TXT record of the subdomain. For example 'www.example.com' and 'mail.example.com'. In this case the script works because the strings are not overwritten. With 'example.com' and '*.example.com', two different validation strings are written under the same subdomain (i.e. no third-level domain in this case). Since the wildcard domain already contains 'example.com', only the wildcard domain is necessary. Then the script works again because there is only one validation string.
regarding issue https://github.com/Buxdehuda/strato-certbot/issues/14