Skip to content

Instantly share code, notes, and snippets.

@lomholdt
Created June 13, 2017 07:11
Show Gist options
  • Save lomholdt/52ae29a732ad139ff93901140e014cbb to your computer and use it in GitHub Desktop.
Save lomholdt/52ae29a732ad139ff93901140e014cbb to your computer and use it in GitHub Desktop.
Generate key and csr file for SSL certifikate
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