From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- .../admin/console/config/displaycertchain2panel.vm | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm (limited to 'dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm') diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm new file mode 100644 index 000000000..068fd9283 --- /dev/null +++ b/dogtag/ra-ui/shared/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