Skip to content

Commit

Permalink
Better documentation for SSLHostConfig.truststoreProvider default
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jan 29, 2025
1 parent eb61aad commit b873b45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@
<code>mapperDirectoryRedirectEnabled</code> to <code>true</code>.
(markt)
</add>
<fix>
Documentation. Better document the default for the
<code>truststoreProvider</code> attribute of a
<code>SSLHostConfig</code> element. (markt)
</fix>
</changelog>
</subsection>
<subsection name="Other">
Expand Down
9 changes: 5 additions & 4 deletions webapps/docs/config/http.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1589,10 +1589,11 @@
<p>The name of the truststore provider to be used for the server
certificate. The default is the value of the
<code>javax.net.ssl.trustStoreProvider</code> system property. If
that property is null, the value of <code>keystoreProvider</code> is used
as the default. If neither this attribute, the default system property nor
<code>keystoreProvider</code> is set, the list of registered providers is
traversed in preference order and the first provider that supports the
that property is null and a single certificate has been configured for
this TLS virtual host then default will be the the value of
<code>keystoreProvider</code> of the single certificate. If none of these
identify a default, the list of registered providers is traversed in
preference order and the first provider that supports the
<code>truststoreType</code> is used.
</p>
</attribute>
Expand Down

0 comments on commit b873b45

Please sign in to comment.