From d8f56d81126bdb7d60afeaf2015b598132884d83 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates and scripts. The templates, JS, and CGI scripts for TPS have been moved into the TPS core package. Removed unused cfg.pl. Ticket #407 --- .../docroot/tps/admin/console/config/namepanel.vm | 90 ---------------------- 1 file changed, 90 deletions(-) delete mode 100644 dogtag/tps-ui/shared/docroot/tps/admin/console/config/namepanel.vm (limited to 'dogtag/tps-ui/shared/docroot/tps/admin/console/config/namepanel.vm') diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/namepanel.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/namepanel.vm deleted file mode 100644 index 0ed2d1adb..000000000 --- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/namepanel.vm +++ /dev/null @@ -1,90 +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()

- - - - - - - - - - -
DN:
Nickname:
-

-#end -

-


-

-Please select the CA to submit these system certificate requests: -

- - - - - -
URL: -
- -

-
-
-- cgit