Skip to content

Commit

Permalink
fix doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
majguo committed Nov 15, 2020
1 parent c7858e0 commit 6f1f703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/howto-integrate-aad-ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ You've already set up an Azure Active Directory in the [previous guide](howto-de
For SSL communication with an LDAP server to succeed, the signer certificate for the LDAP server must be added to the trust store that is referenced by the Liberty server. Execute the following commands to complete this step.

```bash
# Change directory to "<path-to-repo>/3-integration/aad-ldap"
cd <path-to-repo>/3-integration/aad-ldap
# Change directory to "<path-to-repo>/3-integration/aad-ldap/src/main/liberty/config"
cd <path-to-repo>/3-integration/aad-ldap/src/main/liberty/config

# Generate a key store file with additional user inputs
# Note: write down the specified key store name and key store password
Expand Down

0 comments on commit 6f1f703

Please sign in to comment.