Skip to content

Instantly share code, notes, and snippets.

@amslezak
Last active March 31, 2020 17:17
Show Gist options
  • Save amslezak/6af2211058b593de97bc3758a03a683a to your computer and use it in GitHub Desktop.
Save amslezak/6af2211058b593de97bc3758a03a683a to your computer and use it in GitHub Desktop.
openssl genrsa -out private.pem 2048
openssl rsa -in private.pem -outform PEM -pubout -out public.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment