SSL 证书检查器:TLS 审计和到期监控,每 1,000 域名 $1

检查任何域名的 SSL/TLS 证书。返回颁发者、主题、到期日期、days_until_expiry、链有效性、签名算法、密钥大小、SAN 列表、支持的 TLS 版本、接受的密码套件和 0-100 安全评分。为批量而生:输入 10,000 域名,每证书一行返回。适用于合规审计、到期监控、安全态势仪表盘和供应商风险审查。

在 Apify 上打开 → 立即试用
价格
$0.001/域名
内存
128MB
覆盖
任意域名
输出字段
20+
代理
Apify 数据中心
技术
原生 TLS 握手

您能获得什么

主要使用场景

API 示例

# 通过 Apify API 启动运行
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~ssl-certificate-inspector/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "domains": [
      "google.com",
      "stripe.com",
      "shopify.com",
      "example-app.com",
      "vendor-portal.com"
    ],
    "checkChain": true,
    "checkCiphers": true
  }'

# 或通过 MCP 与 AI 代理配合使用:
# https://mcp.apify.com?tools=santamaria-automations/ssl-certificate-inspector

集成

输出字段

字段类型示例
domainstringstripe.com
issuerstringDigiCert TLS RSA SHA256 2020 CA1
common_namestringstripe.com
sansarray["stripe.com","www.stripe.com"]
not_afterstring2026-09-12T23:59:59Z
days_until_expiryinteger91
chain_validbooleantrue
signature_algorithmstringsha256WithRSAEncryption
supports_tls13booleantrue
security_scoreinteger98

相关 Actor

在 Apify 上打开 → 立即试用(免费套餐可用)