To connect your IG Server to a domain controller that is configured to communicate using SSL, you need to import the certificate from the domain controller to your IG Server.
To enable an SSH session:
From the Home page, click System > Security > SSH Access.
SSH configuration options are displayed.
From the SSH client, connect to your IG Server.
Leaving SSH access enabled for extended periods might represent a security risk. You should consider disabling SSH when not using it. |
Open a Terminal Session on your IG Server.
A terminal session window is displayed.
From the command line type the following:
igp-importdccertificate <ip address>
where <ip address>
is the IP address of the domain controller.
Type igp-importdccertificate -h from the command line for command specific help. |
After the import is complete you will prompted to restart the Administrator UI.
If your directory server certificate has been issued from a private Certificate Authority (CA) or if your IG Server is unable to contact the CA to verify the certificate, you need to import the certificate chain used to sign the directory server certificate from the CA into the trusted certificate store on your IG Server. To do this:
From the command line, enter the following for each certificate:
keytool -import -alias <signing-certificate-alias> -file <signing-certificate-file> -keystore /etc/pki/java/cacerts -storepass changeit
© 1995–2019 Clearswift Ltd.