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 |
|
- Configuring FIPS mode in Service Manager
- Download JCE unlimited strength policy files
- Configure Java for FIPS mode
- Generate FIPS validated certificates for the SM Server and other components
- Configure FIPS mode in the Server
- Configure FIPS mode in the Windows Client
- Configure FIPS mode in the Web Tier
- Configure FIPS mode in the Mobility Client
- Configure FIPS mode in Service Request Catalog (SRC)
- Configure FIPS mode in the Solr Search Engine
- Configure FIPS mode in the Chat Server
- Configure FIPS mode in the Chat Service
- Configure FIPS mode in the IdM Service
Download JCE unlimited strength policy files
FIPS mode requires the use of two JCE unlimited strength policy files, provided by IBM or Oracle:
- local_policy.jar, which is the unlimited strength local policy file
- US_export_policy.jar, which is the unlimited strength US export policy file
Each JRE installation contains two jar files: local_policy.jar and US_export_policy.jar. To enable FIPS mode for an SM component, you need to replace these two jar files with the unlimited strength policy files. To be more specific, you need to do this for the JRE instances used by the following Service Manager (SM) components:
- Server
- Windows Client
- Web Tier
- Mobility Client
- SRC
- Solr Search Engine
-
Chat Server
-
Chat Service
The following table provides instructions on where to download the policy files and how to use them. You will need these files in later configuration steps.
JRE | Unlimited strength policy files |
---|---|
IBM SDK | By default, the IBM® SDK, on all platforms, provides strong but limited jurisdiction policy files. To use unlimited jurisdiction policy files by default, place the US_export_policy.jar and the local_policy.jar in the jre/lib/security/ directory of the SDK. The unlimited jurisdiction policy files are in the SDK /demo/jce/policy-files/unrestricted/ directory. You can also download them from the ibm.com® website. |
Oracle JRE |
To use unlimited jurisdiction policy files by default, place the US_export_policy.jar and the local_policy.jar in the jre/lib/security/ directory of your JRE. Visit the Oracle website to download the unlimited strength JCE policy files:
|
Next step: