summaryrefslogtreecommitdiffstats
path: root/dogtag
diff options
context:
space:
mode:
authorAndrew Wnuk <awnuk@redhat.com>2012-08-20 15:38:31 -0700
committerAndrew Wnuk <awnuk@redhat.com>2012-08-20 15:38:31 -0700
commitd0ec0c056f132e13bf606f595d1d26ab6486bc5a (patch)
treec3b8bb8ff875619577036ca933e7daef5a375e60 /dogtag
parentaaebc76f590a31f6dc44efa98dba950985dc6dd2 (diff)
downloadpki-d0ec0c056f132e13bf606f595d1d26ab6486bc5a.tar.gz
pki-d0ec0c056f132e13bf606f595d1d26ab6486bc5a.tar.xz
pki-d0ec0c056f132e13bf606f595d1d26ab6486bc5a.zip
subsequent OCSPs and DRM connector protection
This patch corrects process of attaching OCSP subsystem to CA. It improves handling of adding subsequent OCSP subsystems to CA. This patch also prevents DRM connector to be overwritten by subsequent DRM installations. Bug 804179.
Diffstat (limited to 'dogtag')
-rw-r--r--dogtag/common-ui/shared/admin/console/config/donepanel.vm12
1 files changed, 11 insertions, 1 deletions
diff --git a/dogtag/common-ui/shared/admin/console/config/donepanel.vm b/dogtag/common-ui/shared/admin/console/config/donepanel.vm
index 062025825..59d22a977 100644
--- a/dogtag/common-ui/shared/admin/console/config/donepanel.vm
+++ b/dogtag/common-ui/shared/admin/console/config/donepanel.vm
@@ -58,7 +58,17 @@ Please go to the <A href="https://$host:$port/$systemType/services"><b>services
#end
<br/>
To create additional instances, type "/usr/bin/pkicreate" on the command line.
-<br>
#if ($systemType != "tps")
+<br>
To start the administration console, type "/usr/bin/pkiconsole" on the command line.
+<br/>
+#end
+#if (($systemType == "kra") && ($info != ""))
+<hr>
+<br>
+<b>Important warning</b> reported by Certificate Authority:<br>&nbsp;&nbsp;&nbsp;&nbsp;<b>$info</b>
+<br/>
+<br>
+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.
+<br/>
#end