返回顶部
s

ssl-certcheckSSL证书检查

Check SSL/TLS certificates for any hostname — expiry dates, issuer, SANs, protocol version, cipher suite. Use when asked to check if a certificate is valid, see when a cert expires, inspect TLS details, or audit HTTPS security. Alerts on expired or soon-to-expire certs. Zero dependencies — pure Python ssl/socket.

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

ssl-certcheck

技能名称:ssl-certcheck
详细描述:

certcheck 🔒

SSL/TLS证书检查工具,支持到期提醒。

命令

bash

检查一个或多个主机


python3 scripts/certcheck.py github.com google.com openclaw.ai

JSON格式输出,便于脚本处理

python3 scripts/certcheck.py --json example.com

自定义到期警告阈值(默认30天)

python3 scripts/certcheck.py --days 60 mysite.com

自定义端口

python3 scripts/certcheck.py -p 8443 internal.example.com

输出

  • - ✅ 有效证书,剩余有效期超过30天
  • ⚠️ 证书即将在阈值内到期
  • ❌ 证书已过期或连接失败
  • 显示:通用名称、签发者、到期日期及剩余天数、TLS版本、加密套件、主题备用名称

退出码

  • - 0:所有证书状态正常
  • 1:一个或多个证书已过期/即将到期(适用于定时任务监控)

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ssl-certcheck-1775973580 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ssl-certcheck-1775973580 技能

通过命令行安装

skillhub install ssl-certcheck-1775973580

下载

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

文件大小: 4.24 KB | 发布时间: 2026-4-13 12:09

v1.0.0 最新 2026-4-13 12:09
Initial release of ssl-certcheck — a simple SSL/TLS certificate inspector and expiry monitor:

- Checks and displays certificate expiry, issuer, subject, SANs, protocol version, and cipher suite for any hostname.
- Alerts if certificates are expired or expiring soon, with customizable warning threshold.
- Supports JSON output and custom ports.
- Pure Python, zero dependencies.
- Suitable for scripting, auditing, and HTTPS security monitoring.

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

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

p2p_official_large
返回顶部