virtualmin / virtualmin-nginx

Virtualmin plugin to allow use of nginx web server for virtual domain hosting
GNU General Public License v3.0
36 stars 13 forks source link

Shared SSL certificate is not getting "broken" #63

Closed iliajie closed 9 months ago

iliajie commented 10 months ago

Hey Jamie!

If you remember in the past we fixed "breaking" shared SSL certificate in Apache if main main is deleted.

Nginx does not do it right yet. If there is site A and site B, and site B is using SSL certificate of site A, when site A is deleted site B is still using certificate of site A, resulting in Nginx not being able to restart.

jcameron commented 9 months ago

Just checked in a fix that should resolve this!

iliajie commented 9 months ago

Thanks, it works as expected now!