Home
last modified time | relevance | path

Searched refs:find_host_cert (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/prosody/prosody-0.11.13/core/
H A Dcertmanager.lua98 local function find_host_cert(host) function
100 …return find_cert(configmanager.get(host, "certificate"), host) or find_host_cert(host:match("%.(.+…
173 cfg:apply(find_host_cert(host));