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 --- .../admin/console/config/displaycertchain2panel.vm | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 base/ra/apache/docroot/ra/admin/console/config/displaycertchain2panel.vm (limited to 'base/ra/apache/docroot/ra/admin/console/config/displaycertchain2panel.vm') diff --git a/base/ra/apache/docroot/ra/admin/console/config/displaycertchain2panel.vm b/base/ra/apache/docroot/ra/admin/console/config/displaycertchain2panel.vm new file mode 100644 index 000000000..eff21eca4 --- /dev/null +++ b/base/ra/apache/docroot/ra/admin/console/config/displaycertchain2panel.vm @@ -0,0 +1,41 @@ + + + +

+A certificate chain is a list of all certificates chained up to the root. +

+If the entire certificate chain is displayed below, click the Next button to import it into this subsystem. This certificate chain will then be trusted for this instance. +

+If no certificate chain is listed below, simply click the Next button to move on to the next panel. +

+

+$certchain
+
+#if ($errorString != "") + $errorString +#end -- cgit