Skip to content

Instantly share code, notes, and snippets.

@Sacristan
Last active July 22, 2016 09:48
Show Gist options
  • Save Sacristan/cf2c3b98c1403115e0b1 to your computer and use it in GitHub Desktop.
Save Sacristan/cf2c3b98c1403115e0b1 to your computer and use it in GitHub Desktop.
Generate generic SSL certificate
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