From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../webapps/pki/admin/console/config/namepanel.vm | 105 +++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/namepanel.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/namepanel.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/namepanel.vm b/base/common/shared/webapps/pki/admin/console/config/namepanel.vm new file mode 100644 index 000000000..a1fff3807 --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/namepanel.vm @@ -0,0 +1,105 @@ + + + +Each certificate associated with this instance needs to have a unique name within the PKI hierarchy. The following information will be used to generate these unique names. Each certificate will be stored in the security module using a unique nickname.[Details] + + + + +

+#if ($errorString != "") + $errorString +#end +
+#foreach ($item in $certs) +

$item.getUserFriendlyName()

+ + + + +#if ($item.isEnable()) + +#else + +#end + + + +#if ($item.isEnable()) + +#else + +#end + +
DN:
Nickname:
+
+#end +
+
+

+A Certificate Authority (CA) is responsible for issuing different kinds of certificates. To obtain the certificates required internally by this subsystem, the user must select a URL to a CA that has been registered in the security domain or to an "External CA". +

+Note: An "External CA" is defined to be a CA that is not part of the 'Security Domain'. Verisign®, GeoTrust®, and Netscape® Certificate Management System (CMS) 6.x are examples of "External CAs". +
+ + + +#if ($isRoot == "true") + + +
URL: +
+ +

+
+
-- cgit