Skip to content

Instantly share code, notes, and snippets.

@nctiggy
Created April 14, 2015 17:48
Show Gist options
  • Save nctiggy/1c7ea1100708e48859cb to your computer and use it in GitHub Desktop.
Save nctiggy/1c7ea1100708e48859cb to your computer and use it in GitHub Desktop.
openssl genrsa -out cf.key 1024
openssl req -new -key cf.key -out cf.csr
openssl x509 -req -in cf.csr -signkey cf.key -out cf.crt
cat cf.crt && cat cf.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment