Configuring the connection to Microsoft Office Communications Server
Use this task to import the Microsoft Office Communications Server certificate into the Maximo JVM.
Before you begin
About this task
Procedure
- On the Maximo server, open a browser and point it to your Microsoft Office Communications Server server.
- Right-click and select Properties.
- Click Certificates and then click Install Certificates.
- Click Finish.
- Select Content tab, click Certificates. . On the
- Go to the Other People tab, select the certificate, and then click Export...
- Accept defaults and click Next.
- Specify a directory in which to save the certificate.
- Open a command prompt and type cd c:\program files\ibm\websphere\appserver\java\bin
- Run the command keytool -keystore "c:\program files\IBM\WebSphere\AppServer\java\jre\lib\security\cacerts" -import -file "c:\moccert.cer" -alias moccertificate
- You must supply a password. The default password used by Microsoft Office Communications Server is changeit.
- Close the command prompt.
- Open the WebSphere Application Server Administration Console.
- Click Security, then SSL certificate and key management .
- Click the Key stores and certificates link.
- In the list of key stores and certificates, click CellDefaultTrustStore
- Click the Signer certificates link.
- Click Add.
- On the Add signer certificate panel, enter the alias and file name that you entered with the keytool command on the command line. Choose Binary DER data from the Data type drop-down list.
- Click OK. You should see the new certificate in the list.
- Click Save.