Oracle® Enterprise Manager Installation and Configuration Guide for HP Service Manager Connector Release 12.1.0.2.0 Part Number E28627-02 |
|
|
PDF · Mobi · ePub |
This appendix provides the needed instructions if you choose HTTPS as the protocol to establish a connection between HP Service Manager and Enterprise Manager.
Do the following to generate and then import the certificate:
Generate a certificate request file for HP Service Manager and send it to the Certificate authority, such as VeriSign.
The host name or IP address specified in the request must exactly match the host name or IP address that the connector will use.
Note:
The certificate request file is dependent on the Web server that HP Service Manager uses.After you get the certificate, import it to the Web server that HP Service Manager uses. The import mechanism varies depending on the Web server that the HP Service Manager Help Desk uses.
For information about installing and configuring SSL, see the Service Manager 7.0 Installation Guide.
To import the adapter SSL certificate into the Enterprise Manager keystore:
At the Service Manager web server system, extract the SSL certificate from the keystore into a certificate file using the RFC 1421 format.
If you use the Java keytool -export_cert command to extract the certificate, the -rfc option stores the certificate in the correct format.
Transfer the certificate file to the system where Enterprise Manager is installed.
Append the contents of the certificate file to:
$INSTANCE_HOME/sysman/config/b64LocalCertificate.txt
Only append the following lines to the b64LocalCertificate.txt file (that is, do not include blank lines or comments or any other special characters):
-----BEGIN CERTIFICATE----- <<<Certificate in Base64 format>>> -----END CERTIFICATE-----
Restart the OMS by entering the following commands:
emctl stop oms emctl start oms