Skip to content

Instantly share code, notes, and snippets.

@mkhamat
Last active March 15, 2019 08:23
Show Gist options
  • Save mkhamat/4a925b1aa6823d07ba580c85d840bc37 to your computer and use it in GitHub Desktop.
Save mkhamat/4a925b1aa6823d07ba580c85d840bc37 to your computer and use it in GitHub Desktop.
Create openssl cert for localhost
openssl req -nodes -new -x509 -keyout server.key -out server.cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment