nginx_generate_ssl
Generate Nginx SSL/TLS configuration with modern cipher suites. Supply server name, certificate path, and private key path to create secure server settings.
Instructions
Generate Nginx SSL/TLS configuration with modern cipher suites
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hsts | No | Enable HSTS (default true) | |
| api_key | No | API key for authentication | |
| key_path | Yes | Path to SSL private key | |
| cert_path | Yes | Path to SSL certificate | |
| server_name | Yes | Server hostname |