ssl-helper
Installation
SKILL.md
SSL/TLS Configuration Helper
Quick Start
Configure nginx with SSL/TLS certificates, modern security protocols, and recommended security headers.
Instructions
Step 1: Obtain SSL certificate
Option A: Let's Encrypt (recommended for production)
# Install certbot
apt-get install certbot python3-certbot-nginx
# Obtain certificate
certbot --nginx -d example.com -d www.example.com