# HG changeset patch # User Kim Alvefur # Date 1771689948 -3600 # Node ID 2aeb5dcb36bf5c6988433c82f25e3583b6d74b8e # Parent d08f18c35d27de08fedafb7f19d9d34b2597f487 mod_admin_shell: Make cert index search path relative to config file Otherwise it defaults to something relative to the working directory, wherever that is? Data directory maybe? diff -r d08f18c35d27 -r 2aeb5dcb36bf plugins/mod_admin_shell.lua --- a/plugins/mod_admin_shell.lua Fri Feb 20 15:45:54 2026 +0100 +++ b/plugins/mod_admin_shell.lua Sat Feb 21 17:05:48 2026 +0100 @@ -2414,7 +2414,7 @@ local print = self.session.print; local cm = require "core.certmanager"; - path = path or module:get_option("certificates", "certs"); + path = path or module:get_option_path("certificates", "certs", "config"); local sink = logger.add_simple_sink(function (source, level, message) if source == "certmanager" then