ssl-certificate-management

Automate SSL/TLS certificate provisioning, renewal, and monitoring across infrastructure.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill ssl-certificate-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssl-certificate-management
Source: https://github.com/KaiserWhoLearns/skillsbench/tree/main/registry/terminal_bench_2.0/terminal_bench_2_0_openssl-selfsigned-cert/environment/skills/ssl-certificate-management
Command: npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill ssl-certificate-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the end-to-end management of SSL/TLS certificates across infrastructure, eliminating manual provisioning, renewal, and distribution tasks.

Core Features & Use Cases

  • Provisioning and renewal automation with Let's Encrypt, ACM, or Vault
  • Certificate monitoring and secure distribution to services
  • Support for multi-domain and wildcard certificates, plus zero-downtime rotation

Quick Start

Configure cert-manager with a Let's Encrypt issuer and deploy a sample certificate to your Ingress to start automatic provisioning and renewal.

Frequently Asked Questions about ssl-certificate-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SSL certificate provisioning and renewal across cloud and on-prem environments?

You can automate SSL certificate provisioning and renewal by integrating cert-manager or cloud CA APIs to handle multi-domain and wildcard certificates, eliminating manual distribution tasks across your infrastructure.

Does cert-manager work with AWS ACM and Vault for certificate management?

Yes, cert-manager works with AWS ACM and Vault, supporting automated workflows for issuing, renewing, and securely distributing TLS certificates across both cloud and on-prem infrastructure.

Can I use DNS-01 and HTTP-01 challenges for wildcard certificate automation?

Yes, wildcard certificate automation supports both DNS-01 and HTTP-01 challenges, allowing flexible domain validation for multi-domain configurations via Let's Encrypt or internal PKI.

How do I configure Ingress TLS and monitoring hooks for automatic certificate renewal?

Configure Ingress TLS and monitoring hooks by deploying provided certificate resource templates alongside your cert-manager issuer, enabling zero-downtime rotation and automated provisioning.

What is the best way to handle zero-downtime certificate rotation for multi-domain certificates?

The best way to handle zero-downtime rotation for multi-domain certificates is using automated renewal workflows that securely distribute updated TLS certificates to services before expiration.