From 2a9f56d02b4a284cda6f8b61b250e1494f19a83e Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Wed, 28 Jan 2015 02:41:10 -0500 Subject: Lightweight CAs: initial support This commit adds initial support for "lightweight CAs" - CAs that inhabit an existing CA instance and share the request queue and certificate database of the "top-level CA". We initially support only sub-CAs under the top-level CA - either direct sub-CAs or nested. The general design will support hosting unrelated CAs but creation or import of unrelated CAs is not yet implemented. Part of: https://fedorahosted.org/pki/ticket/1213 --- base/ca/shared/webapps/ca/WEB-INF/web.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'base/ca/shared/webapps') diff --git a/base/ca/shared/webapps/ca/WEB-INF/web.xml b/base/ca/shared/webapps/ca/WEB-INF/web.xml index bba40e203..628eea2a2 100644 --- a/base/ca/shared/webapps/ca/WEB-INF/web.xml +++ b/base/ca/shared/webapps/ca/WEB-INF/web.xml @@ -2415,6 +2415,16 @@ + + + Authority Services + /rest/authorities/* + + + CONFIDENTIAL + + + Security Domain Services -- cgit