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 --- .../shared/admin/console/config/namepanel.vm | 105 --------------------- 1 file changed, 105 deletions(-) delete mode 100644 dogtag/common-ui/shared/admin/console/config/namepanel.vm (limited to 'dogtag/common-ui/shared/admin/console/config/namepanel.vm') diff --git a/dogtag/common-ui/shared/admin/console/config/namepanel.vm b/dogtag/common-ui/shared/admin/console/config/namepanel.vm deleted file mode 100644 index a1fff3807..000000000 --- a/dogtag/common-ui/shared/admin/console/config/namepanel.vm +++ /dev/null @@ -1,105 +0,0 @@ - - - -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