Browse Source

Merge branch '3.2.x'

Closes gh-39642
pull/39644/head
Scott Frederick 2 years ago
parent
commit
5e844dbbdd
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc

@ -194,6 +194,8 @@ Alternatively, the SSL trust material can be configured in an <<features#feature @@ -194,6 +194,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.

Loading…
Cancel
Save