Skip to content

Instantly share code, notes, and snippets.

/generate-csr.sh Secret

Created February 16, 2018 10:50
Show Gist options
  • Save anonymous/28b5511e0be89198bf518c579e71cceb to your computer and use it in GitHub Desktop.
Save anonymous/28b5511e0be89198bf518c579e71cceb to your computer and use it in GitHub Desktop.
cd /<projektname>/Programmierung/SSL/
openssl req -new -nodes -keyout private.key -out server.csr -newkey rsa:2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment