Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SSL Bundles #234

Open
flinden68 opened this issue May 30, 2024 · 0 comments
Open

Add support for SSL Bundles #234

flinden68 opened this issue May 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@flinden68
Copy link
Collaborator

In Spring Boot since 3.2.0 there is support for SSL Bundles.
Only 1 time set all the relative keys and certficates and specify in the webclient which bundle to use

Very usefull if all external API's goes via a Gateway.

  • add an optional property 'bundle' to the Ssl property classs
  • changes the Webclient creation by adding support for this new property.
  • code is backwards compatible

Ssl bundles

@flinden68 flinden68 added the enhancement New feature or request label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant