Skip to content

Instantly share code, notes, and snippets.

@DoZator
Created November 2, 2022 10:18
Show Gist options
  • Save DoZator/fac511e0b28ec465bc2a1f11478e6fca to your computer and use it in GitHub Desktop.
Save DoZator/fac511e0b28ec465bc2a1f11478e6fca to your computer and use it in GitHub Desktop.
Create a self-signed SSL Certificate

Creating the SSL Certificate and Key

$ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfsigned.key -out selfsigned.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment