diff --git a/docs/389ds/howto/howto-test-haproxy-ldaps.md b/docs/389ds/howto/howto-test-haproxy-ldaps.md index 4eab89f..01bdd7d 100644 --- a/docs/389ds/howto/howto-test-haproxy-ldaps.md +++ b/docs/389ds/howto/howto-test-haproxy-ldaps.md @@ -120,7 +120,7 @@ backend ldap_back f. Finally, create the `haproxy.pem`: ```bash - cat server.key server.crt > haproxy.pem + cat server.key ca.crt server.crt > haproxy.pem ``` ## Step 3: Configure 389 DS Client