Buxdehuda / strato-certbot

Wildcard certificates for strato.de
The Unlicense
85 stars 34 forks source link

Update certbotstratoapi.py #15

Closed roboticsalign closed 2 years ago

roboticsalign commented 2 years ago

regarding issue https://github.com/Buxdehuda/strato-certbot/issues/14

Buxdehuda commented 2 years ago

Thanks

vince6e74 commented 2 years ago

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.