Performing SSL Certificate Lifecycle Management
SSL/TLS certificate lifecycle management encompasses the full process of requesting, issuing, deploying, monitoring,
MCP get_skill({ skillId: "performing-ssl-certificate-lifecycle-management-02e304d1" })Use this skill with your agent
Create a free account and connect via MCP
# Performing SSL Certificate Lifecycle Management ## Overview SSL/TLS certificate lifecycle management encompasses the full process of requesting, issuing, deploying, monitoring, renewing, and revoking X.509 certificates. Poor certificate management is a leading cause of outages and security incidents. This skill covers automating the entire certificate lifecycle using Python and ACME protocol tools. ## When to Use - When conducting security assessments that involve performing ssl certificate lifecycle management - When following incident response procedures for related security events - When performing scheduled security testing or auditing activities - When validating security controls through hands-on testing ## Prerequisites - Familiarity with cryptography concepts and tools - Access to a test or lab environment for safe execution - Python 3.8+ with required dependencies installed - Appropriate authorization for any testing activities ## Objectives - Generate Certificate Signing Requests (CSRs) programmatically - Parse and validate X.509 certificates - Monitor certificate expiration across infrastructure - Automate renewal using ACME protocol (Let's Encrypt) - Implement certificate revocation checking (CRL and OCSP) - Track certificate inventory across multiple domains ## Key Concepts ### Certificate Lifecycle Stages 1. **Request**: Generate key pair and CSR 2. **Issuance**: CA validates and issues certificate 3. **Deployment**: Install certificate on servers 4. **Monitoring**: Track expiration and health 5. **Renewal**: Request new certificate before expiry 6. **Revocation**: Invalidate compromised certificates ### Certificate Types | Type | Validation | Use Case | |------|-----------|----------| | DV (Domain Validation) | Domain ownership | Websites, APIs | | OV (Organization Validation) | Domain + org identity | Business sites | | EV (Extended Validation) | Full legal verification | E-commerce, banking | | Wildcard | *.domain.com | Multi-subdomain | | SAN/UCC | Multiple domains | Multi-domain hosting | ## Security Considerations - Set up automated monitoring for all certificates - Use ECDSA (P-256) certificates for better performance over RSA - Enable OCSP stapling on all servers - Implement Certificate Transparency log monitoring - Maintain inventory of all certificates and their locations - Plan for CA compromise scenarios (key pinning, backup CAs) ## Validation Criteria - [ ] CSR generation produces valid PKCS#10 request - [ ] Certificate parsing extracts all relevant fields - [ ] Expiration monitoring detects certificates within threshold - [ ] Certificate chain validation verifies trust path - [ ] OCSP checking detects revoked certificates - [ ] Certificate inventory tracks all deployed certificates
Related Skills
More skills in Security & Compliance
1password
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.
1password
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
Accessibility Lead
Accessibility team lead and orchestrator. Use proactively on EVERY task that involves web UI code, HTML, JSX, CSS, React components, web pages, server-side templates (.leaf, .ejs, .erb, .hbs), or any user-facing web content. This agent coordinates the accessibility specialist team and ensures no accessibility requirement is missed. Runs the final review before any UI code is considered complete. Applies to any web framework, server-side templating framework (Vapor/Leaf, Rails/ERB, Django/Jinja, Express/EJS), or vanilla HTML/CSS/JS. Works alongside other team leads (e.g., swift-lead) in multi-language projects.
Accessibility Regression Detector
Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.
Accessibility Statement
Generates conformance/accessibility statements following W3C or EU model templates. Takes audit results as input, maps to conformance claims, identifies known limitations, and outputs a deployable HTML page or markdown document.
Accessibility Tool Builder
Expert in building accessibility scanning tools, rule engines, document parsers, report generators, and audit automation. WCAG criterion mapping, severity scoring, CLI/GUI scanner architecture, CI/CD integration.
Explore Other Categories
Skills from other categories with shared topics
GitHub Review Requests
Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".
PDF Processing Guide
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Requesting Code Review
Prepare and request a code review after implementation or before merge by assembling scope, requirements, git range, and reviewer instructions.