From 35f3501366829e4e5a02e67422c00c44aa178a2f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 13:28:22 -0500 Subject: Reorganized RA templates. The templates and JS scripts in RA them package have been moved into the RA core package. Ticket #407 --- .../docroot/ra/admin/console/config/namepanel.vm | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 base/ra/apache/docroot/ra/admin/console/config/namepanel.vm (limited to 'base/ra/apache/docroot/ra/admin/console/config/namepanel.vm') diff --git a/base/ra/apache/docroot/ra/admin/console/config/namepanel.vm b/base/ra/apache/docroot/ra/admin/console/config/namepanel.vm new file mode 100644 index 000000000..071b523a9 --- /dev/null +++ b/base/ra/apache/docroot/ra/admin/console/config/namepanel.vm @@ -0,0 +1,91 @@ + + + +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