From 6221ef5528de991277d3bf9ba95ef114f075d24a Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 22 Jul 2013 16:29:41 +0000
Subject: [PATCH] CR-2013 Fix for OPENDJ-1077: Fix example to enable SSL on the HTTP Connection Handler
---
opendj-sdk/opends/src/main/docbkx/admin-guide/chap-connection-handlers.xml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-connection-handlers.xml b/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-connection-handlers.xml
index 833cd9f..0ae21ba 100644
--- a/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-connection-handlers.xml
+++ b/opendj-sdk/opends/src/main/docbkx/admin-guide/chap-connection-handlers.xml
@@ -1000,6 +1000,16 @@
including how to import a CA-signed certificate.</para>
<screen>$ dsconfig
+ set-trust-manager-provider-prop
+ --hostname opendj.example.com
+ --port 4444
+ --bindDN "cn=Directory Manager"
+ --bindPassword password
+ --provider-name "Blind Trust"
+ --set enabled:true
+ --no-prompt
+ --trustAll
+$ dsconfig
set-connection-handler-prop
--hostname opendj.example.com
--port 4444
@@ -1011,6 +1021,7 @@
--set key-manager-provider:JKS
--set trust-manager-provider:"Blind Trust"
--no-prompt
+ --trustAll
$ stop-ds --restart
Stopping Server...
.... The Directory Server has started successfully
--
Gitblit v1.10.0