Skip to content

Instantly share code, notes, and snippets.

@canimus
Created July 1, 2022 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canimus/37c7710594d0477593d591362fe439ed to your computer and use it in GitHub Desktop.
Save canimus/37c7710594d0477593d591362fe439ed to your computer and use it in GitHub Desktop.
Create local server certificate
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment