Skip to content

Instantly share code, notes, and snippets.

@aquajach
Created September 18, 2010 15:45
Show Gist options
  • Save aquajach/585771 to your computer and use it in GitHub Desktop.
Save aquajach/585771 to your computer and use it in GitHub Desktop.
openssl genrsa -out app_key.pem 1024
openssl req -new -key app_key.pem -x509 -days 365 -out app_cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment