From 1d8ac501aa31a3255ae7f864ba39253b561fe95c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 29 Aug 2011 09:19:29 +0000
Subject: [PATCH] Fix for OPENDJ-268: Admin guide example on adding StartTLS listener missing key and trust store parameters
---
opendj3/src/main/docbkx/admin-guide/chap-listeners.xml | 3 ++-
1 files changed, 2 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 62726f2..060f214 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-listeners.xml
@@ -149,7 +149,8 @@
<para>Activate StartTLS on the current LDAP port.</para>
<screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
set-connection-handler-prop --handler-name "LDAP Connection Handler"
- --set allow-start-tls:true -n</screen>
+ --set allow-start-tls:true --set key-manager-provider:JKS
+ --set trust-manager-provider:JKS-n</screen>
<para>The change takes effect. No need to restart the server.</para>
</step>
</procedure>
--
Gitblit v1.10.0