caddy-certificate-maintenance
Installation
SKILL.md
Certificate Maintenance Skill
Operations for monitoring, maintaining, and managing SSL/TLS certificates in the Caddy reverse proxy with Let's Encrypt.
Quick Start
Quick certificate status check:
# Check expiry for single domain
echo | openssl s_client -servername pihole.temet.ai -connect pihole.temet.ai:443 2>/dev/null | \
openssl x509 -noout -dates -issuer
Related skills