Software /
code /
prosody
File
core/features.lua @ 12287:5cd075ed4fd3
core.certmanager: Relax certificate filename check #1713
After a survey of ACME clients it seems *.crt and *fullchain* should
work for the majority. The rest get to manually copy their files.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 14 Feb 2022 18:29:31 +0100 |
parent | 12252:4bfe658415a0 |
child | 12655:a5a0783e9241 |
child | 13110:d5f322dd424b |
line wrap: on
line source
local set = require "util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; }; };