From a253a0eb889574a72c0cf6cac33eabe6a2229e8b Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Tue, 07 Aug 2012 14:35:14 +0000
Subject: [PATCH] Fix OPENDJ-331 Extend admin certificate validity to match replication certificates
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 08cbf65..7fcee3b 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -4487,7 +4487,7 @@
*/
private int getSelfSignedCertificateValidity()
{
- return 2 * 365;
+ return 20 * 365;
}
/**
--
Gitblit v1.10.0