Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daubac402/dda9f4d84f02ff7de1c3c8f444d929cb to your computer and use it in GitHub Desktop.
Save daubac402/dda9f4d84f02ff7de1c3c8f444d929cb to your computer and use it in GitHub Desktop.
Prepare files for sumitting to SSL CA (https)
1) Create 2048bit key
openssl genrsa -out file_name.key 2048
2) Create CSR
openssl req -new -key file_name.key -out file_name.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment