Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Created February 22, 2019 17:50
Show Gist options
  • Save clr2of8/92ece40490b6d93ec9ea1fbe2aa6276d to your computer and use it in GitHub Desktop.
Save clr2of8/92ece40490b6d93ec9ea1fbe2aa6276d to your computer and use it in GitHub Desktop.
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
openssl s_server -quiet -key key.pem -cert cert.pem -port 9876
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment