From be9c29a87c70c674fd8ae8a1afa2dd4d569baabc Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 13 Mar 2012 07:44:14 +0000
Subject: [PATCH] OPENDJ-445 is marked as Resolved > Won't Fix, so this change is to draw attention to the need to use identical keystore and private key passwords.
---
opendj3/src/main/docbkx/admin-guide/chap-listeners.xml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml b/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
index 44bea79..d5da3fd 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
@@ -20,7 +20,7 @@
!
! CCPL HEADER END
!
- ! Copyright 2011 ForgeRock AS
+ ! Copyright 2011-2012 ForgeRock AS
!
-->
<chapter xml:id='chap-listeners'
@@ -114,6 +114,13 @@
host name <literal>opendj.example.com</literal>. The Java Key Store (JKS)
is created in the <filename>config</filename> directory where OpenDJ is
installed, which is the default value for JKS.</para>
+
+ <note>
+ <para>Notice that the <option>-storepass</option> and
+ <option>-keypass</option> options take identical password arguments.
+ OpenDJ requires that you use the same password to protect both the
+ keystore and also the private key.</para>
+ </note>
</step>
<step>
<para>Self-sign the server certificate.</para>
--
Gitblit v1.10.0