From f791104ea396b91c25c411ff51794f6c66187d8a Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Thu, 23 Apr 2015 13:59:40 +0000 Subject: [PATCH] OPENDJ-1962 Fix typo in procedure 5.2 --- opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml index 5767402..d9326e7 100644 --- a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml +++ b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-connection-handlers.xml @@ -567,7 +567,7 @@ -trustcacerts \ -alias server-cert \ -file ~/Downloads/server-cert.crt \ - -keystore /path/to/opendj/config/keystore \ + -keystore /path/to/opendj/config/truststore \ -storepass changeit \ -keypass changeit</userinput> <computeroutput>Certificate was added to keystore</computeroutput> -- Gitblit v1.10.0