Skip to content

Instantly share code, notes, and snippets.

View sqlninja's full-sized avatar

John Henderson sqlninja

  • Henderson Holdings
  • Nashville, TN
View GitHub Profile
@sqlninja
sqlninja / 1-make-key
Created February 14, 2017 03:12 — forked from RandomEtc/1-make-key
generating SSL keys and Certificate Signing Requests for Heroku / Nginx / RapidSSL
Key was generated using:
tom% openssl genrsa -des3 -out example.com.key 2048
Generating RSA private key, 2048 bit long modulus
....+++
..........................................................................................................................+++
e is 65537 (0x10001)
Enter pass phrase for example.com.key:
Verifying - Enter pass phrase for example.com.key:
%tom