Software /
code /
prosody
Comparison
core/certmanager.lua @ 8555:4f0f5b49bb03
vairious: Add annotation when an empty environment is set [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Feb 2018 20:06:26 +0100 |
parent | 8494:4f75f4da6d4e |
child | 8828:2a0d7fa4c56a |
comparison
equal
deleted
inserted
replaced
8554:12a68e0d0ecf | 8555:4f0f5b49bb03 |
---|---|
53 single_ecdh_use = luasec_version >= 2; | 53 single_ecdh_use = luasec_version >= 2; |
54 }; | 54 }; |
55 }; | 55 }; |
56 | 56 |
57 local _ENV = nil; | 57 local _ENV = nil; |
58 -- luacheck: std none | |
58 | 59 |
59 -- Global SSL options if not overridden per-host | 60 -- Global SSL options if not overridden per-host |
60 local global_ssl_config = configmanager.get("*", "ssl"); | 61 local global_ssl_config = configmanager.get("*", "ssl"); |
61 | 62 |
62 local global_certificates = configmanager.get("*", "certificates") or "certs"; | 63 local global_certificates = configmanager.get("*", "certificates") or "certs"; |