How can I specify my .keystore file with Spring Boot and Tomcat?

后端 未结 5 1292
面向向阳花
面向向阳花 2020-12-04 09:20

I\'m trying to set up Spring Security to work with Spring Boot\'s embedded Tomcat instance. There are quite a few basic samples that do this but I\'m stuck where they leave

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-04 10:03

    And here's an example of the customizer implemented in Groovy:

    https://github.com/UniconLabs/orville/blob/master/web/src/main/groovy/org/apereo/openregistry/config/TomcatSslConfiguration.groovy

提交回复
热议问题