core.portmanager: Also reload per-SNI certificates

This commit is contained in:
Kim Alvefur 2021-06-10 15:33:52 +02:00
parent b665846031
commit cf5c477c8f

View file

@ -298,7 +298,9 @@ prosody.events.add_handler("config-reloaded", function ()
end
end
end
-- TODO Update SNI too
for host in pairs(prosody.hosts) do
add_sni_host(host, nil);
end
end, -1);
return {