Created
June 13, 2017 07:11
-
-
Save lomholdt/52ae29a732ad139ff93901140e014cbb to your computer and use it in GitHub Desktop.
Generate key and csr file for SSL certifikate
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
openssl req \ | |
-newkey rsa:2048 -nodes -keyout domain.com.key \ | |
-out domain.com.csr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment