From d0ec0c056f132e13bf606f595d1d26ab6486bc5a Mon Sep 17 00:00:00 2001 From: Andrew Wnuk Date: Mon, 20 Aug 2012 15:38:31 -0700 Subject: 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. --- dogtag/common-ui/shared/admin/console/config/donepanel.vm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'dogtag/common-ui/shared') 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 services #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