aboutsummaryrefslogtreecommitdiffstats
path: root/core/certmanager.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-11-29 23:24:14 +0100
committerKim Alvefur <zash@zash.se>2019-11-29 23:24:14 +0100
commit1f33d9c6bb1310ba153580cfdb8d1d36a838f2b7 (patch)
tree0ee54db82db19969db66bdb65acbf8f9ae68878f /core/certmanager.lua
parentb65b591c7a19f17f73097e3120f0d13c7dd49886 (diff)
downloadprosody-1f33d9c6bb1310ba153580cfdb8d1d36a838f2b7.tar.gz
prosody-1f33d9c6bb1310ba153580cfdb8d1d36a838f2b7.zip
core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support)
Diffstat (limited to 'core/certmanager.lua')
-rw-r--r--core/certmanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua
index b20a0cdb..663cebb4 100644
--- a/core/certmanager.lua
+++ b/core/certmanager.lua
@@ -252,4 +252,5 @@ return {
create_context = create_context;
reload_ssl_config = reload_ssl_config;
find_cert = find_cert;
+ find_host_cert = find_host_cert;
};