Skip to content

Instantly share code, notes, and snippets.

@drewlesueur
Created February 24, 2012 01:38
Show Gist options
  • Select an option

  • Save drewlesueur/1896594 to your computer and use it in GitHub Desktop.

Select an option

Save drewlesueur/1896594 to your computer and use it in GitHub Desktop.
ssl stuff
#first generate a key for your domain
openssl genrsa -out yourdomain.com.key 2048
#then generate the request
openssl req -new -key yourdomain.com.key -out yourdomain.com.csr
#http://mikegrouchy.com/blog/setting-up-nginx-with-ssl-and-godaddy.html
@drewlesueur
Copy link
Copy Markdown
Author

/etc/ssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment