When the server.ssl.keystore, management.ssl.keystore, spring.rsocket.server.ssl.keystore, and related properties are used to configure SSL for the supported web servers, each of the web server auto-configurations has separate but similar code to load the keystore and truststore files into the objects needed to configure the server (see Tomcat, Undertow, Jetty, Netty web and RSocket). This code could be consolidated to reduce near-duplication of code and make it easier to extend this functionality as needed.

Comment From: scottfrederick

Closed via 9f01084