diff options
author | Kim Alvefur <zash@zash.se> | 2017-06-01 14:05:58 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-06-01 14:05:58 +0200 |
commit | 6fc795d35e8ca0e99828e7536099f9cd9b9b4433 (patch) | |
tree | 241ce473feccaef38dcf409ebac3d60868fc6a72 /core | |
parent | ab47caa72fdcefdcc2fd5c39c1a8300a64aa9125 (diff) | |
parent | aa3eb08cef920e003252cca86120323e14111b52 (diff) | |
download | prosody-6fc795d35e8ca0e99828e7536099f9cd9b9b4433.tar.gz prosody-6fc795d35e8ca0e99828e7536099f9cd9b9b4433.zip |
Merge 0.10->trunk
Diffstat (limited to 'core')
-rw-r--r-- | core/certmanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua index 12ae94b1..2e237595 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -216,6 +216,7 @@ end local function reload_ssl_config() global_ssl_config = configmanager.get("*", "ssl"); + global_certificates = configmanager.get("*", "certificates") or "certs"; if luasec_has.no_compression then core_defaults.options.no_compression = configmanager.get("*", "ssl_compression") ~= true; end |