Skip to content

Commit

Permalink
Merge pull request #39616 from wanger26
Browse files Browse the repository at this point in the history
* pr/39616:
  Polish "Add note regarding mixing of bundle-based and direct SSL configuration"
  Add note regarding mixing of bundle-based and direct SSL configuration

Closes gh-39616
  • Loading branch information
scottfrederick committed Feb 20, 2024
2 parents e6d9fcd + eb4d6e7 commit c3af82c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ Alternatively, the SSL trust material can be configured in an <<features#feature
bundle: "example"
----

NOTE: The `server.ssl.bundle` property can not be combined with the discrete Java KeyStore or PEM property options under `server.ssl`.

See {spring-boot-module-code}/web/server/Ssl.java[`Ssl`] for details of all of the supported properties.


Expand Down

0 comments on commit c3af82c

Please sign in to comment.