Software /
code /
prosody
Comparison
core/certmanager.lua @ 13821:4aed38a1c971 13.0
certmanager: Remove obsolete index log (replaced by shell command)
This information can now be retrieved on-demand using the debug:cert_index()
command, so we don't need to log it after every scan (it is rather verbose).
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Apr 2025 19:47:16 +0100 |
parent | 13818:8a7dbb291b02 |
comparison
equal
deleted
inserted
replaced
13819:3ee95eb17045 | 13821:4aed38a1c971 |
---|---|
125 end | 125 end |
126 else | 126 else |
127 log("debug", "Skipping non-certificate (based on filename): %s", full); | 127 log("debug", "Skipping non-certificate (based on filename): %s", full); |
128 end | 128 end |
129 end | 129 end |
130 log("debug", "Certificate index in %s: %q", dir, files_by_name); | |
131 -- | hostname | filename | service | | 130 -- | hostname | filename | service | |
132 return files_by_name; | 131 return files_by_name; |
133 end | 132 end |
134 | 133 |
135 local cert_index; | 134 local cert_index; |