nginx and startssl

prev   all   next

posted on: July 24, 2009, 1:02 a.m.

so i just converted my site to a pure ssl thang (update: not true. i still use http), and wanted to document the magic sauce:

from the ubuntu server guide:


  1. openssl genrsa -des3 -out server.key.secure 1024

  2. openssl rsa -in server.key.secure -out server.key

  3. openssl req -new -key server.key -out server.csr

and from the startssl management page:


  1. had startssl compute a server.crt for me

  2. followed instructions here, making sure to grab the ca.pem and the sub.class1.server.ca.pem

this one i kind of made up based on instructions found on digicert's site:


  1. cat sub.class1.server.ca.pem >> server.crt

badda bing, free certs that work on firefox and safari :)

Update:

If you use Godaddy, they'll send you a domainname.com.crt file along with gd_bundle.crt. do this: