SSL/TLS Cheat Sheet

A quick reference for SSL/TLS protocols, certificate types, and security configurations.

Protocol Versions

TLS 1.3Current — fastest, most secure (2018)
TLS 1.2Widely supported — still secure (2008)
TLS 1.1Deprecated — avoid (2006)
TLS 1.0Deprecated — avoid (1999)
SSL 3.0Insecure — never use (1996)

Certificate Types

DV (Domain Validated)Basic — verifies domain ownership only
OV (Organization Validated)Verifies domain + organization identity
EV (Extended Validation)Highest — thorough vetting, green bar
Wildcard*.example.com — secures all subdomains
Self-signedNo CA — for development only

Best Practices

Certificate expiryMonitor and renew before expiry (Lets Encrypt: 90 days)
Cipher selectionPrefer AEAD ciphers (AES-GCM, ChaCha20-Poly1305)
HSTSStrict-Transport-Security header
Perfect Forward SecrecyUse ECDHE key exchange