Skip to content

Instantly share code, notes, and snippets.

@luisnquin
Created December 31, 2021 01:25
Show Gist options
  • Save luisnquin/1103277c14d7676283d61f0b7684b7f6 to your computer and use it in GitHub Desktop.
Save luisnquin/1103277c14d7676283d61f0b7684b7f6 to your computer and use it in GitHub Desktop.
github.com/dgrijalva/jwt-go
openssl genrsa -out private.rsa 1024
openssl rsa -in private.rsa -pubout > public.rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment