Last active
July 22, 2016 09:48
-
-
Save Sacristan/cf2c3b98c1403115e0b1 to your computer and use it in GitHub Desktop.
Generate generic SSL certificate
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 -new -newkey rsa:2048 -nodes -keyout www.domain.com.key -out www.domain.com.com.csr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment