Change Summary
- Clarify that mixing of bundle-based configuration and directly configuring the server's SSL settings is not supported and that you should only use one or the other.
Issue
- https://github.com/spring-projects/spring-boot/issues/39310
Comment From: scottfrederick
@wanger26 Thanks for the PR.
The issue #39310 is specific to the configuration of SSL for embedded web servers. As such, a better place for the note would be in the section that is specific to that configuration here.
Also, the use of the ssl.bundle property can't be combined with either the discrete JKS or PEM property options under server.ssl.
Would you mind making those changes in a new commit and updating the PR?
Comment From: wanger26
@wanger26 Thanks for the PR.
The issue #39310 is specific to the configuration of SSL for embedded web servers. As such, a better place for the note would be in the section that is specific to that configuration here.
Also, the use of the
ssl.bundleproperty can't be combined with either the discrete JKS or PEM property options underserver.ssl.Would you mind making those changes in a new commit and updating the PR?
I updated the wording and the location. Good catch @scottfrederick! :100:. Please let me know what you think of the new location and wording.
Comment From: scottfrederick
Thanks again @wanger26. I moved the note down just a bit further in the file and removed a few words in eb4d6e7c15099a8ecd1b8ad4aed9a551e2189149.