Skip to content

Instantly share code, notes, and snippets.

@bublik
Forked from ideaoforder/godaddy-ssl-howto
Created July 31, 2014 08:10
Show Gist options
  • Save bublik/9da9a18ed5b1fbdff1e8 to your computer and use it in GitHub Desktop.
Save bublik/9da9a18ed5b1fbdff1e8 to your computer and use it in GitHub Desktop.

Revisions

  1. @ideaoforder ideaoforder created this gist Apr 8, 2014.
    14 changes: 14 additions & 0 deletions godaddy-ssl-howto
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr

    http://support.godaddy.com/help/article/3601/generating-a-certificate-signing-request-nginx
    http://support.godaddy.com/help/article/4976/rekeying-an-ssl-certificate

    # Be sure to remember to chain them!
    cat gd_bundle-g2-g1.crt >> yourdomain.crt

    # Move 'em
    sudo mv yourdomain.crt /etc/ssl/certs/yourdomain.crt
    sudo mv yourdomain.key /etc/ssl/certs/yourdomain.key

    # Now make sure everything is chained properly
    http://www.sslshopper.com/ssl-checker.html