通过 windows-MY 密钥库的 Spring-Boot HTTPS
我正在尝试使用 windows-MY 密钥库为我们的 spring-boot Web 服务启用 HTTPS,因为我们的一些客户不想使用位于文件系统上的密钥库。
我确实知道可以自行配置 tomcat 以使用 windows-MY 密钥库,但是我无法找到任何有关 spring-boot 的信息。
是否可以将 windows-MY 密钥库与 spring-boot 一起使用,如果可以,我该如何配置?
I am trying to enable HTTPS for our spring-boot web service using the windows-MY keystore since some of our customers do not want to use a keystore located on the file-system.
I do know that it is possible to configure tomcat by itself to use the windows-MY keystore, however I am unable to find any information as to do this for spring-boot.
Is it possible to use the windows-MY keystore with spring-boot and if so, how do I configure this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 application.yml 文件中添加以下部分。在下面的示例中,它正在读取 Visual Studio 之前生成并放置在 Windows 个人证书存储中的证书
In your application.yml file add the following section. In the example below it is reading the certificate that visual studio generated previously and placed in the windows personal certificate store