Skip to content

Instantly share code, notes, and snippets.

@pottedmeat7
Created October 28, 2019 22:35
Show Gist options
  • Save pottedmeat7/365f7fa851db29bd4d7ce4c5447e89cb to your computer and use it in GitHub Desktop.
Save pottedmeat7/365f7fa851db29bd4d7ce4c5447e89cb to your computer and use it in GitHub Desktop.
openssl genrsa -des3 -out privkey.pem 2048
openssl rsa -in privkey.pem -outform PEM -pubout -out pubkey.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment