Automates SSL/TLS X.509 certificate lifecycle—CSR generation, issuance, deployment, monitoring, ACME renewal, revocation checks—using Python tools. Prevents outages and security risks from poor cert management.
npx claudepluginhub killvxk/cybersecurity-skills-zhThis skill uses the workspace's default tool permissions.
SSL/TLS 证书生命周期管理涵盖请求、颁发、部署、监控、续期和吊销 X.509 证书的完整流程。不当的证书管理是导致中断和安全事件的主要原因。本技能涵盖使用 Python 和 ACME 协议工具自动化整个证书生命周期。
Automates SSL/TLS certificate lifecycle: generates CSRs, monitors expiration, renews via ACME (Let's Encrypt), handles revocation using Python. For security audits and infrastructure management.
Automates SSL/TLS certificate lifecycle using Python and ACME: generate CSRs, parse/validate X.509 certs, monitor expiration, renew via Let's Encrypt, revoke. For security audits and testing.
Automates SSL/TLS certificate provisioning, renewal, and monitoring using Let's Encrypt, AWS ACM, or Vault. For HTTPS enablement and infrastructure security.
Share bugs, ideas, or general feedback.
SSL/TLS 证书生命周期管理涵盖请求、颁发、部署、监控、续期和吊销 X.509 证书的完整流程。不当的证书管理是导致中断和安全事件的主要原因。本技能涵盖使用 Python 和 ACME 协议工具自动化整个证书生命周期。
| 类型 | 验证 | 使用场景 |
|---|---|---|
| DV(域名验证) | 域名所有权 | 网站、API |
| OV(组织验证) | 域名 + 组织身份 | 企业网站 |
| EV(扩展验证) | 完整法律核实 | 电商、银行 |
| 通配符(Wildcard) | *.domain.com | 多子域名 |
| SAN/UCC | 多个域名 | 多域名托管 |