From e344960c55646d7a9c7177bb7ac6d5b5e991d7ff Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Wed, 7 Jun 2023 11:29:32 +0300 Subject: luci-app-acme: List of certificates Add Certificates section to help users to see issued certificates and path to them. Signed-off-by: Sergey Ponomarev --- .../luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applications/luci-app-acme/root/usr/share/rpcd') diff --git a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json index 110f9c5451..bf99dd5745 100644 --- a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json +++ b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json @@ -3,8 +3,7 @@ "description": "Grant UCI access for luci-app-acme", "read": { "file": { - "/usr/sbin/nginx": [ "read" ], - "/usr/sbin/uhttpd": [ "read" ] + "/etc/ssl/acme": [ "list" ] }, "uci": [ "acme" ] }, -- cgit v1.2.3