Skip to content

Instantly share code, notes, and snippets.

@toddsby
Created February 26, 2017 03:57
Show Gist options
  • Save toddsby/9db3a827a0b442c36545148f3d1a0aee to your computer and use it in GitHub Desktop.
Save toddsby/9db3a827a0b442c36545148f3d1a0aee to your computer and use it in GitHub Desktop.
Generate Self Signed SSL osx
sudo openssl req -x509 -nodes -days 3652 -newkey rsa:2048 -sha256 -keyout nginx-selfsigned.key -out nginx-selfsigned.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment