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 |
|
Update JBoss Configuration to Set Up Client Authentication
-
Download the CA certificate for the digital certificate from the PIV card.
-
Import the CA certificate into a new truststore.
The truststore type is determined by the CSA environment. That is, if CSA is running in a standard environment, the truststore type must be JKS. If CSA is running in a FIPS 140-2 compliant environment, the truststore type must be PKCS #12.
For example, if you named the CA certificate from step 1
CACcert.cer
, saved it in/tmp/
for Linux or\Temp\
for Windows, and want to create a truststore namedCSA_HOME/jboss-as/standalone/configuration/.piv_keystore
, run the following command:Windows:
CSA_JRE_HOME\bin\keytool" -importcert -file C:\Temp\CACcert.cer -alias caccert
-keystore CSA_HOME\jboss-as\standalone\configuration\.piv_keystore -storepass changeitLinux:
CSA_JRE_HOME\bin/keytool -importcert -file /tmp/CACcert.cer -alias caccert
-keystore CSA_HOME/jboss-as/standalone/configuration/.piv_keystore -storepass changeit -
Edit the
CSA_HOME/jboss-as/standalone/configuration/standalone.xml
file:-
Locate the
<security-realm name="CsaRealm">
element. Within this element and after</server-identities>
, add the following:<authentication>
<truststore path="<location of truststore>" keystore-password="<truststore password>"/>
</authentication>For example,
Windows:
<security-realm name="CsaRealm">
<server-identities>
<ssl>
<keystore keystore-password="changeit" path="C:\Program Files\HPE\CSA/jboss-as/standalone/configuration/.keystore"/>
</ssl>
</server-identities>
<authentication>
<truststore path="C:\Program Files\HPE\CSA\jboss-as\
standalone\configuration\.piv_keystore" keystore‑password="TruststorePassword"/>
</authentication>
</security-realm>Linux:
<security-realm name="CsaRealm">
<server-identities>
<ssl>
<keystore keystore-password="changeit" path="/usr/local/hpe/jboss-as/standalone/configuration/.keystore"/>
</ssl>
</server-identities>
<authentication>
<truststore path="/usr/local/hpe/jboss-as/standalone/configuration/.piv_keystore" keystore‑password="TruststorePassword"/>
</authentication>
</security-realm>Note This example stores the password in clear text. If you want to use an encrypted password, see Masking Passwords in standalone.xml Using the JBoss vault Script for information about creating a password vault for JBoss.
-
Locate the
https-listener
element that contains thename="https
andsecurity-realm="CsaRealm"
attributes. Add theverify-client="REQUESTED"
attribute to this element.For example,
<https-listener enabled-cipher-suites="TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, ... " name="https" security-realm="CsaRealm" socket-binding="https" verify-client="REQUESTED"/>
-
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 clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: