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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills-zh:performing-ssl-certificate-lifecycle-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SSL/TLS 证书生命周期管理涵盖请求、颁发、部署、监控、续期和吊销 X.509 证书的完整流程。不当的证书管理是导致中断和安全事件的主要原因。本技能涵盖使用 Python 和 ACME 协议工具自动化整个证书生命周期。
SSL/TLS 证书生命周期管理涵盖请求、颁发、部署、监控、续期和吊销 X.509 证书的完整流程。不当的证书管理是导致中断和安全事件的主要原因。本技能涵盖使用 Python 和 ACME 协议工具自动化整个证书生命周期。
| 类型 | 验证 | 使用场景 |
|---|---|---|
| DV(域名验证) | 域名所有权 | 网站、API |
| OV(组织验证) | 域名 + 组织身份 | 企业网站 |
| EV(扩展验证) | 完整法律核实 | 电商、银行 |
| 通配符(Wildcard) | *.domain.com | 多子域名 |
| SAN/UCC | 多个域名 | 多域名托管 |
npx claudepluginhub killvxk/cybersecurity-skills-zhAutomates SSL/TLS certificate lifecycle management including CSR generation, certificate parsing, expiration monitoring, ACME renewal, and revocation checking.
Automates SSL/TLS certificate lifecycle management including CSR generation, certificate parsing, expiration monitoring, ACME renewal, and revocation checking.
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.