Skip to content

Commit

Permalink
JAMES-3502, update ssl.hostname.verifier and ssl.validation.strategy …
Browse files Browse the repository at this point in the history
…documentation
  • Loading branch information
andreasvaldma committed Feb 25, 2021
1 parent 02606ab commit 3c0c552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Optional boolean, defaults to false

| ssl.validation.strategy
| Configure the validation strategy used for rabbitmq connections. Possible values are default, ignore and override.
Optional string, defaults to default
Optional string, defaults to using systemwide ssl configuration

| ssl.truststore
| Points to the truststore (PKCS12) used for verifying rabbitmq connection. If configured then "ssl.truststore.password" must also be configured,
Expand All @@ -68,7 +68,7 @@ Optional string, defaults to empty string. "ssl.validation.strategy: override" m

| ssl.hostname.verifier
| Configure host name verification. Possible options are default and accept_any_hostname
Optional string, defaults to default
Optional string, defaults to subject alternative name host verifier

| ssl.keystore
| Points to the keystore(PKCS12) used for client certificate authentication. If configured then "ssl.keystore.password" must also be configured,
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/server/config-rabbitmq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<dt><strong>ssl.validation.strategy</strong></dt>
<dd>Configure the validation strategy used for rabbitmq connections. Possible values are default, ignore and override.
Optional string, defaults to default</dd>
Optional string, defaults to using systemwide ssl configuration</dd>

<dt><strong>ssl.truststore</strong></dt>
<dd>Points to the truststore (PKCS12) used for verifying rabbitmq connection. If configured then "ssl.truststore.password" must also be configured,
Expand All @@ -100,7 +100,7 @@

<dt><strong>ssl.hostname.verifier</strong></dt>
<dd>Configure host name verification. Possible options are default and accept_any_hostname
Optional string, defaults to default</dd>
Optional string, defaults to subject alternative name host verifier</dd>


<dt><strong>ssl.keystore</strong></dt>
Expand Down

0 comments on commit 3c0c552

Please sign in to comment.