Agent skill
ssl-certificates
Let's Encrypt, certbot, auto-renewal, wildcard DNS challenge, SSL troubleshooting with Cloudflare proxy
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ssl-certificates
SKILL.md
Skill: SSL Certificates — Let's Encrypt + Cloudflare
Quando Usar
- Certificado expirado ou prestes a expirar em qualquer domínio do servidor
- Novo domínio/subdomínio precisa de HTTPS (ex: novo preview, novo projeto)
- Renovação automática parou de funcionar (
certbot renewfalhando) - Nginx retornando erro SSL (handshake fail, mixed content, HSTS problem)
Contexto
Domínios ativos neste servidor:
| Domínio | Proxy CF | Tipo Cert |
|---|---|---|
| api.myapp.example.com, frontend.example.com | ✅ | Standard |
| myapp.example.com, www. | ✅ | Standard |
| work8.example.com | ✅ | Standard |
| portfolio.example.com | ✅ | Standard |
| neuralnets.example.com | ✅ | Standard |
| app.portfolio.example.com | ✅ | Standard |
| *.preview.myapp.example.com | ✅ | Wildcard DNS-01 |
Paths críticos:
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?