mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
22.29.2013 a8c086dd80752b1600994a8ba6fedda7cf4f3b54
CR-2013 Fix for OPENDJ-1077: Fix example to enable SSL on the HTTP Connection Handler
1 files modified
11 ■■■■■ changed files
opends/src/main/docbkx/admin-guide/chap-connection-handlers.xml 11 ●●●●● patch | view | raw | blame | history
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