Scott Frederick
Scott Frederick
@sdeleuze Yes, please do.
@lj34 @NazifALI When you do the `cf push`, you should see a line in the output that looks something like this: ``` buildpack: client-certificate-mapper=1.2.0_RELEASE container-security-provider=1.8.0_RELEASE java-buildpack=v4.5-offline-https://github.com/cloudfoundry/java-buildpack.git#ffeefb9 java-opts jvmkill-agent=1.10.0_RELEASE open-jdk-like-jre=1.8.0_141 open-jd......
> Is calling `WebServerSslBundle.get` multiple times ok? I think this is fine. However, I'm not sure we need to use `WebServerSslBundle` here. That class adapts the discrete `server.ssl.*` properties to...
Along with `server.ssl.*` (and `management.server.ssl.*`), we have `spring.rsocket.server.ssl.*`, `spring.rabbitmq.ssl.*`, and `spring.kafka.*.ssl.*` properties where users can currently choose to use discrete keystore and truststore properties or use a bundle. The web...
Closing in favor of #41335
@mattrpav Since this would be considered a feature addition, we would only add it in a new minor release. The next scheduled minor release is 3.4 in November of this...
> Any updates on this? There are no updates to what Andy [wrote above](https://github.com/spring-projects/spring-boot/issues/9983#issuecomment-1031844991).