Document certain server.ssl.properties are ignored when using a bundle

Closes gh-43353
This commit is contained in:
Phillip Webb
2024-12-17 17:34:20 -08:00
parent aa374bf406
commit 229137d2cd

View File

@@ -208,7 +208,15 @@ server:
bundle: "example"
----
NOTE: The `server.ssl.bundle` property can not be combined with the discrete Java KeyStore or PEM property options under `server.ssl`.
[NOTE]
====
The `server.ssl.bundle` property can not be combined with the discrete Java KeyStore or PEM property options under `server.ssl`.
The configprop:server.ssl.ciphers[], configprop:server.ssl.enabled-protocols[], configprop:server.ssl.protocol[] properties are also ignored when using a bundle.
These properties should instead be defined using `spring.ssl.bundle.<type>.<name>.options` properties.
====
[[howto.webserver.configure-ssl.sni]]
=== Configure Server Name Indication