diff --git a/src/config/acl.rs b/src/config/acl.rs index 61e507ec..04d42854 100644 --- a/src/config/acl.rs +++ b/src/config/acl.rs @@ -308,7 +308,7 @@ pub fn check_acl_path(path: &str) -> Result<(), Error> { return Ok(()); } match components[1] { - "disks" | "log" | "status" | "tasks" | "time" => { + "certificates" | "disks" | "log" | "status" | "tasks" | "time" => { if components_len == 2 { return Ok(()); }