Skip to content

Instantly share code, notes, and snippets.

@kapfenho
Created December 15, 2012 08:18
Show Gist options
  • Save kapfenho/4292104 to your computer and use it in GitHub Desktop.
Save kapfenho/4292104 to your computer and use it in GitHub Desktop.
QNAP NAS: create certificate
## 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