icing / mod_md

Let's Encrypt (ACME) in Apache httpd
https://icing.github.io/mod_md/
Apache License 2.0
334 stars 28 forks source link

Fix the detection of renamed managed domains #336

Closed mkauf closed 3 months ago

mkauf commented 3 months ago

If a new virtual host has a hostname that is equal to the alias name of a different virtual host, mod_md erroneously detected a renamed managed domain. This is an invalid configuration (domain overlap), but maybe there are similar configurations that also trigger this bug.

Also fix the number of moved and new MDs in the debug log message "sync MDs".

icing commented 3 months ago

Thank you. I believe this fix is correct and solves the problem you describe.

mkauf commented 3 months ago

Thank you for reviewing and merging!