diff plugins/mod_admin_shell.lua @ 14091:f20bb1c53652

Merge 13.0->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 21 Feb 2026 17:08:11 +0100
parents 0dd917830523 2aeb5dcb36bf
children 44a8c8d4146a
line wrap: on
line diff
--- 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