SSL 证书、JBoss 和 Mirth 的卓越之处

发布于 2024-11-26 13:28:05 字数 538 浏览 3 评论 0原文

今天,我收到了一个 SSL 证书已过期的系统,其上运行着以下应用程序:

  • JDK1.6.0_20
  • Jboss-5.1
  • Mirth 1.8.2

我已通过以下命令验证该服务器上的证书已过期

$  openssl s_client -connect localhost:443 | openssl x509 -text

这显示了我正如我所料,SSL 证书已过期。但是,我找不到该服务器的密钥库(我唯一的经验是使用 FIPS) - 所以我必须问:如果安装了 Mirth,并且我使用 SSL,Mirth 中的密钥库是“THE”密钥库吗?服务器?

这没有意义,但在 Mirth 的根中我可以看到那里实际上有一个密钥库。 如何列出 Mirth 密钥库中的密钥?如何在 Mirth 密钥库中添加/更新/删除密钥?

如有任何建议,我们将不胜感激。即使它是 RTFM - 如果您能告诉我手册在哪里,我会很乐意阅读它。

Today I was handed a system with expired SSL certificates with the following applications running on it:

  • JDK1.6.0_20
  • Jboss-5.1
  • Mirth 1.8.2

I have verified that the cert(s) on this server are expired via the following command

$  openssl s_client -connect localhost:443 | openssl x509 -text

This shows me what I expected, that the SSL certificate is expired. However, I cannot find the keystore for this server (my only experience has been using FIPS) - so I must ask: If Mirth is installed, and I'm using SSL, is the keystore in Mirth "THE" keystore for the server?

That doesn't make sense, but in the root of Mirth I can see that there is in fact a keystore there. How can I list the keys in the Mirth keystore? How do I add/update/delete keys in the Mirth keystore?

Any suggstions would be greatly appreciated. Even if it's RTFM - if you can just tell me where the manual is, I'll happily read it.

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

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

发布评论

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

评论(1

十雾 2024-12-03 13:28:05

如果 mirth 使用 SSL 插件管理器,您可以通过单击设置并查看其中列出的 SSL 密钥库来查看服务器上引用的密钥库。

如果 SSL 管理器不存在,则密钥位于 Java 密钥库中,位于 /lib/security/cacerts 下的 Java 文件中。

If mirth is using the SSL Plugin Manager, you can look at the referenced keystore on the server by clicking settings and viewing the SSL keystores listed there.

If the SSL manager isn't present, then the keys are located in the Java keystore, located in your Java file under /lib/security/cacerts.

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