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
Configure SSL Support for the UCMDB Browser
Note The instructions provided here are relevant to UCMDB Browser version 1.95. If you are using a later version of the UCMDB Browser that has been upgraded separately from the rest of the UCMDB product suite, see the section on configuring SSL support in the Universal CMDB Browser Online Help for that version.
To install and configure SSL support on Tomcat:
-
Create a keystore file to store the server's private key and self-signed certificate by executing one of the following commands:
-
For Windows: %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA
-
For Unix: $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA
For both commands, use the password value changeit (for all other fields in the console dialog that opens, you can use any value).
-
-
Remove comments from the entry SSL HTTP/1.1 Connector in $CATALINA_BASE/conf/server.xml, where $CATALINA_BASE is the directory in which you installed Tomcat.
Note For a full description on how to configure server.xml to use SSL, see the Apache Tomcat official site: http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html
- Restart the Tomcat server.
To use the HTTPS protocol for connection to the UCMDB server:
- In ucmdb_browser_config.xml, assign the value https to the tag<protocol> and assign the UCMDB server HTTPS port value (8443 by default) to the tag <port>.
-
Download the UCMDB Server public certificate to the UCMDB Browser machine (if you use SSL on the UCMDB-Server, the UCMDB administrator can provide you with this certificate), and import it into the cacerts trust store on the JRE that is going to connect to the server by executing the following command:
"%JAVA_HOME%\bin\keytool" -import -alias ucmdb -trustcacerts -file <UCMDB-Server-certificate-file> -keystore "%JAVA_HOME%\jre\lib\security\cacerts"
where <UCMDB-Server-certificate-file> is the full path to the UCMDB Server public certificate file.
- Restart the Tomcat server.
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: