Skip to content

Instantly share code, notes, and snippets.

@urielm
Forked from kapfenho/qnap-gen-cert.sh
Created July 18, 2013 21:30
Show Gist options
  • Save urielm/6033269 to your computer and use it in GitHub Desktop.
Save urielm/6033269 to your computer and use it in GitHub Desktop.
## execute manualy, step by step
##
export OPENSSL_CONF=/etc/ssl/openssl.cnf
openssl genrsa -out server.key 2048
openssl req -new -key server.key -out server.crt -x509 -days 365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment