返回顶部
s

ssl-certificate-checker SSL证书检查

Check SSL/TLS certificate details including expiration date, issuer, validity, cipher suites, and security warnings for any domain. Use when verifying HTTPS security, monitoring certificate expiry, or troubleshooting SSL issues.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
362
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

ssl-certificate-checker

SSL证书检查器

分析任意域名的SSL/TLS证书,以验证安全配置并监控证书过期时间。

使用场景

  • - 检查SSL证书过期日期
  • 验证证书链和颁发者
  • 排查HTTPS连接问题
  • 审计网站安全配置
  • 在续期前监控证书状态

不适用场景

  • - 渗透测试(此为只读操作)
  • 内部网络证书(请使用专用工具)
  • 证书安装(仅检查,不执行安装)

示例

基础证书检查

bash

检查域名的证书


openssl s_client -connect example.com:443 -servername example.com /dev/null | openssl x509 -noout -dates -subject -issuer

获取详细证书信息

echo | openssl s_client -connect example.com:443 -servername example.com 2>/dev/null | openssl x509 -noout -text

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ssl-certificate-checker-1776180148 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ssl-certificate-checker-1776180148 技能

通过命令行安装

skillhub install ssl-certificate-checker-1776180148

下载

⬇ 下载 ssl-certificate-checker v1.0.0(免费)

文件大小: 1.23 KB | 发布时间: 2026-4-15 10:41

v1.0.0 最新 2026-4-15 10:41
Initial release of SSL Certificate Checker

- Enables checking SSL/TLS certificate details such as expiration date, issuer, and validity for any domain.
- Provides insights on cipher suites and security warnings.
- Useful for monitoring certificate expiry, verifying HTTPS security configuration, and troubleshooting SSL issues.
- Includes usage guidance, limitations, and example commands for checking certificates via OpenSSL.
- Not intended for penetration testing, internal certificates, or certificate installation tasks.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部