Created
January 14, 2013 20:54
-
-
Save markshust/4533336 to your computer and use it in GitHub Desktop.
Generate 256-bit Private Key & CSR on RedHat Linux
This file contains 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
sudo openssl req -new -newkey rsa:2048 -nodes -keyout /etc/pki/tls/private/domain.com.key -out /etc/pki/tls/private/domain.com.csr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment