SSL
Installation
SKILL.md
Triggers
Activate on: SSL certificate, HTTPS setup, Let's Encrypt, certbot, TLS configuration, certificate expired, mixed content, certificate chain error.
Core Tasks
| Task | Tool/Method |
|---|---|
| Get free cert | certbot, acme.sh, Caddy (auto) |
| Check cert status | openssl s_client -connect host:443 |
| View cert details | openssl x509 -in cert.pem -text -noout |
| Test config | ssllabs.com/ssltest or testssl.sh |
| Convert formats | See formats.md |
Quick Cert Commands
# Let's Encrypt with certbot (most common)
certbot certonly --nginx -d example.com -d www.example.com