Software / code / prosody
Comparison
core/certmanager.lua @ 13824:02b35fecb252
Merge 13.0->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 03 Apr 2025 20:00:10 +0100 |
| parent | 13821:4aed38a1c971 |
comparison
equal
deleted
inserted
replaced
| 13820:02856974396a | 13824:02b35fecb252 |
|---|---|
| 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; |