Skip to content

Instantly share code, notes, and snippets.

@darmawan01
Created August 26, 2021 07:20
Show Gist options
  • Save darmawan01/86a916a4fb248af171d2128eda7c495d to your computer and use it in GitHub Desktop.
Save darmawan01/86a916a4fb248af171d2128eda7c495d to your computer and use it in GitHub Desktop.
Generate ssl key & crt with openssl
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment