From 96a49a09060726a38080eeaebad97ca74ab9b8a3 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 --- .../admin/console/config/displaycertchainpanel.vm | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/displaycertchainpanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/displaycertchainpanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/displaycertchainpanel.vm b/base/tps/apache/docroot/tps/admin/console/config/displaycertchainpanel.vm new file mode 100644 index 000000000..f7b9dee90 --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/displaycertchainpanel.vm @@ -0,0 +1,40 @@ + + +
+A certificate chain is a list of all certificates chained up to the root. +
+If a certificate chain is displayed below, click the Next button to trust this certificate chain 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