Skip to content

Instantly share code, notes, and snippets.

@jeroenh
Created May 6, 2014 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroenh/03ef815b82e4e2330c32 to your computer and use it in GitHub Desktop.
Save jeroenh/03ef815b82e4e2330c32 to your computer and use it in GitHub Desktop.
How to securely request a (free) SSL certificate from StartSSL
#!/bin/sh
openssl genrsa -out $1.key 2048
openssl req -new -key $1.key -out $1.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment