使用 Spring RestTemplate、Maven 和 HTTPS 进行集成测试——客户端连接?
我看到了来自 Matt Riable 的帖子,其中展示了如何使用 HTTP、HTTPS 和 Maven 设置集成测试。我发现这很有趣。我的项目使用 keytool-maven-plugin 生成密钥库。但这不允许我生成信任存储......
我想我在这里遗漏了一些东西?
I saw this post from Matt Riable which shows how to set up Integration Testing with HTTP, HTTPS and Maven. I found it very interesting. I have got my project generating the keystore using the keytool-maven-plugin. But this doesn't allow me generate a trust store...
I guess I am missing something here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此SO讨论可能是相关的。
keystore
文件本身可以充当truststore
,除非需要区分它们。This SO discussion may be related.
keystore
file itself can serve astruststore
unless there is a need to distinguish between them.