From 340bacaa8776165ad838e1f39e46bd8cac30ab63 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates. The templates and JS and CGI scripts in TPS theme package have been moved into the TPS core package. Ticket #407 --- .../docroot/tps/admin/console/config/namepanel.vm | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/namepanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/namepanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/namepanel.vm b/base/tps/apache/docroot/tps/admin/console/config/namepanel.vm new file mode 100644 index 000000000..0ed2d1adb --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/namepanel.vm @@ -0,0 +1,90 @@ + + +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