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

jvergara
24.41.2008 196e543d5d1ae8e410cd8bd53bfff51f901b78fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>setup_ssl</title>
</head>
<body>
<br>
<table style="width: 100%; text-align: left;" border="1" cellpadding="2"
 cellspacing="2">
  <tbody>
    <tr>
      <td style="vertical-align: top;">Test ID</td>
      <td style="vertical-align: top;">setup_ssl<br>
      </td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Panel<br>
      </td>
      <td style="vertical-align: top;"><big><big><small> </small></big></big>
OpenDS GUI setup, SSL panel<br>
      </td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Items<br>
      </td>
      <td style="vertical-align: top;"> - run setup command to install
in GUI<br>
In the Server Settings Panel , enter expected data for hostname, LDAP
PORT<br>
Then for LDAP Secure Access click on Configure<br>
In the Configure Secure Access Panel, tick the Box Enable SSL and enter
a valid Port SSLPORT , then click OK<br>
Then continue to enter data in the Server Settings Panel for
cn=Directory Manager and its password.<br>
Click Next<br>
Leave default value in Topology Options Panel and click Next<br>
Leave default value in Directory Data Panel and click Next<br>
Click Finish<br>
      <br>
- open status-panel in GUI <br>
      <br>
      <small><big>- verify SSL
connection</big><br>
./ldapsearch -Z -p SSLPORT -D "cn=directory manager" -w password -b
"cn=config" -v "(objectclass=*)"</small></td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Specific checks</td>
      <td style="vertical-align: top;">- verify that LDAPS is enabled in
the status-panel </td>
    </tr>
  </tbody>
</table>
<br>
<br>
<br>
</body>
</html>