检索 SSL 跟踪数据

发布于 2024-08-29 07:43:36 字数 56 浏览 7 评论 0原文

我需要编写一个应用程序来检索有关过期 SSL 证书的数据。出于应用目的定位此数据的最佳方法是什么?

I need to write an app that retrieves data on expiring SSL certs. What is the best way to locate this data for application purposes?

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

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

发布评论

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

评论(2

撑一把青伞 2024-09-05 07:43:37

X509Certificate2 类

X509Certificate2 Class:

  • NotBefore Property - Gets the date in local time on which a certificate becomes valid.

  • NotAfter Property - Gets the date in local time after which a certificate is no longer valid.

阳光下的泡沫是彩色的 2024-09-05 07:43:37

以下是一些执行此类操作的应用程序,供您参考。他们可能会给您一些有关功能和界面的想法。

证书扫描仪

检查证书

证书到期报告器

证书到期检查器

For your reference, here are a few applications that do this type of thing. They may give you some ideas regarding features and interface.

cert scanner

checkcertificate

certificate expiry reporter

cert expiry checker

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