From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../webapps/pki/admin/console/config/donepanel.vm | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/donepanel.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/donepanel.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/donepanel.vm b/base/common/shared/webapps/pki/admin/console/config/donepanel.vm new file mode 100644 index 000000000..136760171 --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/donepanel.vm @@ -0,0 +1,74 @@ + + + + + + +#if ($errorString != "") + $errorString +#end +#if ($systemType.equals("tks")) +As 'root', restart the server on the command line by typing the following command: +
+$initCommand restart $instanceId +
+After performing this restart, the server should become operational. +#else +#if ($externalCA.equals("true") && $systemType.equals("kra")) +As 'root', restart the server on the command line by typing the following command: +
+$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 the following command: +
+$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. +
+#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 +#if (($systemType == "kra") && ($info != "")) +
+
+Important warning reported by Certificate Authority:
    $info +
+
+This instance of Data Recovery Manager (DRM) is not connected to any Certificate Authority (CA). Please consult the product documentation for the manual procedure of connecting a DRM to a CA. +
+#end -- cgit