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 |
|
Re-enable the acceptance of a Java certificate algorithm
The Service Manager server does not accept Java certificates that are generated by using certain "weak" algorithms. If you used these algorithms to generate your Java certificates, you must regenerate them by using a more complex algorithm, such as RSA. The following is a list of algorithms that are not accepted by default:
- MD5
- DSA
- 3DES_EDE
- DES_CBC
- DHE keySize < 1024
- RC4
- SSLv3
- TLSv1
- ECDH_anon
- DH_anon
- NULL
- DH keySize < 768
- RSA keySize < 2048
We strongly recommend that you regenerate the Java certificates by using a more complex algorithm.
However, if it is not practical to do so, you can re-enable the acceptance of an algorithm that is disabled by default. To do this, follow these steps:
-
Open the extra.java.security file that is located in the RUN folder.
-
Comment out or delete the contents of the file.
-
Restart the Service Manager server.
Alternatively, you can re-enable the acceptance of specific algorithms. To do this, follow these steps:
-
Open the extra.java.security file that is located in the RUN folder.
-
Delete the desired algorithem from the jdk.tls.disabledAlgorithms value list.
-
Restart the Service Manager server.