From 057c7ecb2f7c1f0379dba699f2ce62dd0a0577cb Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates. The templates and JS and CGI scripts in TPS theme package have been moved into the TPS core package. Ticket #407 --- .../docroot/tps/admin/console/config/donepanel.vm | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm (limited to 'dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm') diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm deleted file mode 100644 index 2aa76ff0c..000000000 --- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/donepanel.vm +++ /dev/null @@ -1,54 +0,0 @@ - - - - - -#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