summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WIGenCAKeyCertPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/config/install/WIGenCAKeyCertPage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/config/install/WIGenCAKeyCertPage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/config/install/WIGenCAKeyCertPage.java b/base/console/src/com/netscape/admin/certsrv/config/install/WIGenCAKeyCertPage.java
index 2bbb2f570..41d361f6d 100644
--- a/base/console/src/com/netscape/admin/certsrv/config/install/WIGenCAKeyCertPage.java
+++ b/base/console/src/com/netscape/admin/certsrv/config/install/WIGenCAKeyCertPage.java
@@ -26,7 +26,7 @@ import com.netscape.certsrv.common.*;
/**
* Generate the CA signing certificate
- *
+ *
* @author Christine Ho
* @version $Revision$, $Date$
* @see com.netscape.admin.certsrv.keycert
@@ -52,7 +52,7 @@ class WIGenCAKeyCertPage extends WIGenKeyCertPage {
if (wizardInfo.isCloning() && wizardInfo.isCACloningDone())
return false;
- if (!wizardInfo.isCACertLocalCA() || !wizardInfo.isCAInstalled() ||
+ if (!wizardInfo.isCACertLocalCA() || !wizardInfo.isCAInstalled() ||
wizardInfo.isMigrationEnable() || wizardInfo.isSelfSignedCACertDone() ||
wizardInfo.isCACertRequestDone() || wizardInfo.isCACertInstalledDone())
return false;