我如何获得弹簧保险库信任以PEM为PEM的自定义TLS链

发布于 2025-01-17 10:21:48 字数 153 浏览 0 评论 0原文

我目前正在使用带有TLS的Spring Vault,这效果很好。我的问题是我需要支持自定义TLS链以连接到客户端的保险库实例。使用JKS不是一个选择,我唯一的选择是使用PEM文件。

我已经读到Spring Vault能够使用PEM文件进行SSL配置,但是我不知道如何... :(

I am currently using Spring Vault with TLS, which works fine. My problem is that I need to support a custom TLS chain to connect to a client's Vault instance. Using a jks is not an option, my only option is to use PEM files.

I've read that Spring Vault is able to use PEM files for its SSL configuration, but I can't figure out how ... :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天旳寂寞 2025-01-24 10:21:48

从技术上讲,您需要自定义强调Web客户端并提供自定义sslConfiguration从PEM文件加载证书,并在运行时创建TrustStore。

Looking at VaultAutoConfiguration you could provide custom

Technically you need to customize underlining web client and provide custom SslConfiguration loading certificates from PEM files and creating truststore in runtime.

Looking at VaultAutoConfiguration you could provide custom ClientFactoryWrapper bean configured with your SslConfiguration.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文