Skip to content

Instantly share code, notes, and snippets.

@dgersting
dgersting / ssl cheatsheet
Last active June 7, 2017 07:23
SSL cheatsheet
OpenSSL modules:
- genrsa
Generate an RSA private key
https://www.openssl.org/docs/apps/genrsa.html
- req
PKCS#10 certificate request and certificate generating utility.
https://www.openssl.org/docs/apps/req.html
- x509
Certificate display and signing utility
https://www.openssl.org/docs/apps/x509.html
@konklone
konklone / ssl.rules
Last active August 8, 2023 08:39
nginx TLS / SSL configuration options for konklone.com
# Basically the nginx configuration I use at konklone.com.
# I check it using https://www.ssllabs.com/ssltest/analyze.html?d=konklone.com
#
# To provide feedback, please tweet at @konklone or email eric@konklone.com.
# Comments on gists don't notify the author.
#
# Thanks to WubTheCaptain (https://wubthecaptain.eu) for his help and ciphersuites.
# Thanks to Ilya Grigorik (https://www.igvita.com) for constant inspiration.
server {