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

# Auto-renewal is configured automatically
Related skills

More from armanzeroeight/fastagent-plugins

Installs
9
GitHub Stars
27
First Seen
Feb 4, 2026