Skip to content

Instantly share code, notes, and snippets.

@saulr7
Created June 7, 2021 13:46
Show Gist options
  • Select an option

  • Save saulr7/20fad0835f1f10bddc488e9393826948 to your computer and use it in GitHub Desktop.

Select an option

Save saulr7/20fad0835f1f10bddc488e9393826948 to your computer and use it in GitHub Desktop.
5 openssl genrsa -out app.rsa 1024 #private
openssl rsa -in app.rsa -pubout > app.rsa.pub #public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment