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

Mark Craig
29.19.2011 1d8ac501aa31a3255ae7f864ba39253b561fe95c
Fix for OPENDJ-268: Admin guide example on adding StartTLS listener missing key and trust store parameters
1 files modified
3 ■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-listeners.xml 3 ●●●● patch | view | raw | blame | history
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>