Skip to content

Instantly share code, notes, and snippets.

@josellausas
Last active February 19, 2018 19:53
Show Gist options
  • Save josellausas/6fcef031fdff71faa87b6e5a0f4dc01c to your computer and use it in GitHub Desktop.
Save josellausas/6fcef031fdff71faa87b6e5a0f4dc01c to your computer and use it in GitHub Desktop.
Crete some certs
mkdir /etc/nginx/ssl
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/nginx/ssl/nginx.key -out /etc/nginx/ssl/nginx.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment