Skip to content

Instantly share code, notes, and snippets.

@markshust
Created January 14, 2013 20:54
Show Gist options
  • Save markshust/4533336 to your computer and use it in GitHub Desktop.
Save markshust/4533336 to your computer and use it in GitHub Desktop.
Generate 256-bit Private Key & CSR on RedHat Linux
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