icing / mod_md

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

Feature request/question: how to exclude virtual host #347

Closed GBBx closed 3 weeks ago

GBBx commented 3 weeks ago

Hi,

I have three virtual hosts:

If I set MDomain example.com it will use the MD certificate for all three subdomains. Is there a way to exclude one of the virtual hosts somehow?

icing commented 3 weeks ago

No, there is not. If these hosts use SSL, they will get the certificate from mod_md, if it has one.

GBBx commented 3 weeks ago

I see. Thanks for the clarification.