SSL/TLS Configuration Generator
Generate a secure SSL/TLS configuration for your web server. Based on Mozilla's SSL Configuration Generator recommendations.
Configuration
Profile Comparison
| Feature | Modern | Intermediate | Old |
|---|---|---|---|
| TLS Versions | 1.3 only | 1.2 + 1.3 | 1.0 + 1.1 + 1.2 + 1.3 |
| Cipher Suites | TLS 1.3 defaults | Modern AEAD ciphers | Includes legacy ciphers |
| Browser Support | Chrome 70+, Firefox 63+, Safari 12.1+ | Most modern browsers | IE 11, Android 4.4+ |
| Best For | APIs, internal services | General public websites | Legacy compatibility |
Tip: After generating your configuration, test it with our SSL checker or SSL Labs.