Configuring secure communication with Cisco UCS
To configure secure communications between the BMC Server Automation UCS Manager server and the managed UCS systems, you must perform the following tasks:
Setting the SSL configuration option
When you set the SSL Configuration option to True, the system creates an SSLConfig file in the RSCD_DIR/UCS directory. The UCS configuration object uses the configuration settings in this SSLConfig file to connect to the UCS system.
To set the SSL Configuration option
- Open the Servers folder and navigate to the BMC Server Automation UCS Manager server.
- Right-click the server and select Browse.
- Choose the Live Browse tab.
- Right-click the BMC Server Automation UCS Manager node and select SSL Configuration.
Set the SSL configuration value.
- Set the value to True to perform communication over a secure channel.
- Set the value to False to perform communication over a non-secure channel.
The default configuration is a non-SSL connection with the UCS system.
Storing a certificate
The system creates an empty certificate store (that is, an empty folder) when you set the SSL Configuration option for the first time. You must add a certificate to this certificate store for each managed UCS system. The certificate store is located in the RSCD_DIR/UCS/Certificate directory (on Windows) or the NSH_DIR/UCS/Certificate directory (on Linux). The UCS configuration object in BMC Server Automation UCS Manager accepts certificates in .crt format only.
To store a certificate
- Connect to the UCS system using an https:// request in a browser.
You can find the IP address for the server by checking the UCS IP entry in the UCSConf file, which stores the UCS IP address or name and the port value (for example, 10.20.38.15:80). The file is located in the RSCD_DIR/UCS/ directory. - Click I Understand the Risks.
- Click Add Exception.
- Click View in the Certificate Status section.
- Navigate to the Details tab and click Export. Make a note of the saved location.
- Copy the exported certificate into the RSCD_DIR/UCS/Certificate directory on the BMC Server Automation UCS Manager server.
- Rename the certificate to the name by which the UCS system is registered in the UCS Manager node in the Console. The name might be an IP address or a resolvable DNS name.
For example, if the UCS system is registered as 10.20.38.15 in BMC Server Automation UCS Manager, then name the exported certificate 10.20.38.15.crt. If the UCS system is registered as UCSsystem3 in BMC Server Automation UCS Manager, then name the exported certificate UCSsytem3.crt.