Created
April 10, 2019 05:21
-
-
Save daubac402/dda9f4d84f02ff7de1c3c8f444d929cb to your computer and use it in GitHub Desktop.
Prepare files for sumitting to SSL CA (https)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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