Skip to content

Instantly share code, notes, and snippets.

@Valkryst
Last active February 7, 2024 16:02
Show Gist options
  • Save Valkryst/6b6bc5c77e52acc64a4a35d195c1de77 to your computer and use it in GitHub Desktop.
Save Valkryst/6b6bc5c77e52acc64a4a35d195c1de77 to your computer and use it in GitHub Desktop.
CSR & CRT Generation
openssl req -new -newkey rsa:2048 -nodes -keyout https.key -x509 -days 3650 -out https.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment