From 5f584745c4fcd258f75e19b347bca11e81e20e78 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 reorganized into the TPS core package. Ticket #407 --- .../docroot/tps/admin/console/config/donepanel.vm | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/donepanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/donepanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/donepanel.vm b/base/tps/apache/docroot/tps/admin/console/config/donepanel.vm new file mode 100644 index 000000000..2aa76ff0c --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/donepanel.vm @@ -0,0 +1,54 @@ + + + + + +#if ($errorString != "") + $errorString +#end +#if ($systemType == "tks") +As 'root', restart the server on the command line by typing "$initCommand restart $instanceID". After performing this restart, the server should become operational. +#else +#if ($externalCA == "true" && $systemType == "kra") +As 'root', restart the server on the command line by typing "$initCommand restart $instanceID". Startup the administration console to add the peer CA to the Trusted Manager's Group. Make sure to add the transport certificate and connector information to the peer CA. After performing this restart, the server should become operational. +#else +As 'root', restart the server on the command line by typing "$initCommand + restart $instanceID". After performing this restart, the server should become operational. +
+Please go to the services page to access all of the available interfaces. +
+Each Enterprise Security Client (ESC) talks to a TPS config URL for token management functions located at http://$host:$unsecurePort/cgi-bin/home/index.cgi. +
+#end +#end +
+To create additional instances, type "/usr/bin/pkicreate" on the command line. +
+#if ($systemType != "tps") +To start the administration console, type "/usr/bin/pkiconsole" on the command line. +#end -- cgit