# HG changeset patch # User Kim Alvefur # Date 1771690091 -3600 # Node ID f20bb1c536525098ce461098754811c51ef9cdf5 # Parent ec2996387db44a82383fbdcbc95cb544ed215db2# Parent 2aeb5dcb36bf5c6988433c82f25e3583b6d74b8e Merge 13.0->trunk diff -r ec2996387db4 -r f20bb1c53652 plugins/mod_admin_shell.lua --- a/plugins/mod_admin_shell.lua Fri Feb 20 15:48:40 2026 +0100 +++ b/plugins/mod_admin_shell.lua Sat Feb 21 17:08:11 2026 +0100 @@ -2458,7 +2458,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