https://bz.apache.org/bugzilla/show_bug.cgi?id=70171
Bug ID: 70171
Summary: mod_md does not remove orphan san from certificate
Product: Apache httpd-2
Version: 2.4.68
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_md
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hello,
we're using mod_md to manage multiple v-hosts with a quit simple and straight
forward configuration like:
MDomain host.mydomain.example auto
<VirtualHost *:443>
ServerName host.mydomain.example
ServerAlias host2.mydomain.example
ServerAlias host3.mydomain.example
</VirtualHost>
Now when adding a further "ServerAlias host4.mydomain.example" to the config,
on the next graceful reload, mod_md will renew the certificate and add the new
SAN for host4.mydomain.example.
But when removing the line "ServerAlias host2.mydomain.example" and do a
graceful reload, mod_md does nothing, but I would expect to also start a
renewing with "host2.mydomain.example" removed from the SAN list.
As I couldn't find any hints in the documentation for the mod_md about this,
I'm unsure if this is a bug or a feature request?
Regards,
Michael
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]