Skip to content

Instantly share code, notes, and snippets.

@fahimbabarpatel
Created October 28, 2015 15:36
Show Gist options
  • Save fahimbabarpatel/5a11608a71ad22d31d9c to your computer and use it in GitHub Desktop.
Save fahimbabarpatel/5a11608a71ad22d31d9c to your computer and use it in GitHub Desktop.
openssl genrsa 2048 > SSL.pem
openssl req -new -key SSL.pem -out CSR.pem
``````````````````````````````````````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment