Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Enabling Secure Sockets Layer (SSL) Communication
- Enable SSL on the Server Machine With a Self-Signed Certificate - UCMDB
- Enable SSL on the Server Machine with a Self-Signed Certificate - Configuration Manager
- Enable SSL on the Server Machine With a Certificate from a Certification Authority - UCMDB
- Enable SSL on the Server Machine with a Certificate from a Certification Authority - Configuration Manager
- Enable SSL on the Client Machines - UCMDB
- Enable SSL with a Client Certificate - Configuration Manager
- Enable SSL on the Client SDK
- Enable Mutual Certificate Authentication for SDK
- Enable SSL Connection for an External Standalone Solr Environment
- Configure CAC (Smart Card / PKI Authentication) Support on UCMDB
- Configure CAC (Smart Card / PKI Authentication) Support for the Embedded CMS UI
- Change the Server Keystore Passwords
- Enable or Disable HTTP/HTTPS Ports
- Map the UCMDB Web Components to Ports
- Configure Configuration Manager to Work with UCMDB Using SSL
- Enable the UCMDB KPI Adapter to be used with SSL
- Configure SSL Support for the UCMDB Browser
Enable SSL on the Server Machine with a Self-Signed Certificate - Configuration Manager
This section explains how to configure Configuration Manager to support authentication and encryption using the Secure Sockets Layer (SSL) channel.
Configuration Manager uses Tomcat 7.0.19 as the application server.
-
Prerequisites (not relevant if installing for the first time)
Before starting the following procedure, remove the old tomcat.keystore file located in the <Configuration_Manager_installation_directory>\java\windows\x86_64\lib\security\ folder or the <Configuration_Manager_installation_directory>\java\linux\x86_64\lib\security\ folder (whichever is relevant), if it exists.
-
Generate a Server Keystore
Create a keystore (JKS type) with a self-signed certificate and matching private key:
-
From <Configuration_Manager_installation_directory>\java\windows\x86_64\bin or <Configuration_Manager_installation_directory>\java\linux\x86_64\bin, run the following command:
keytool -genkey -alias tomcat -keyalg RSA -keystore ..\lib\
security\tomcat.keystoreThe console dialog box opens.
-
Enter the keystore password. If the password has changed, change it manually in the file.
-
Answer the question, What is your first and last name? Enter the Configuration Manager Web server name. Enter the other parameters according to your organization.
-
Enter a key password. The key password MUST be the same as the keystore password.
A JKS keystore is created named tomcat.keystore with a server certificate named hpcert.
-
-
Place the Certificate in the Client's Trusted Store
Add the certificate to the client's trusted stores in Internet Explorer on your computer (Tools > Internet Options > Content > Certificates). If not, you will be prompted to do so the first time you attempt to use Configuration Manager.
Limitation: There can be one server certificate only in tomcat.keystore.
-
Modify the server.xml File
Open the server.xml file, located in <Configuration_Manager_installation_directory>\servers\server-0\conf. Locate the section beginning with
Connector port="8143"
which appears in comments. Activate the script by removing the comment character and add the following attributes to the HTTPS connector:
keystoreFile="<tomcat.keystore file location>"
(see step 2)keystorePass="<password>"
Comment out the following line:
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
Note You must not block the HTTP connection port. If you want to block HTTP communication, you can use a firewall for this purpose.
-
Restart the Server
Restart the Configuration Manager server.
-
Verify the Server Security
To verify that the Configuration Manager Server is secure, enter the following URL in the Web browser: https://<Configuration Manager Server name or IP address>:8143/cnc.
-
In Configuration Manger, go to Settings>Application Management>Mail Settings and change the protocol and port in Configuration Manager full URL, according to the values above.
-
In UCMDB, go to Infrastructure Settings Manager>General Settings and change the protocol and port in the Configuration Manager URL, according to the values above.
Tip If you fail to establish a connection, try using a different browser or upgrade to a newer version of the browser.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: