PluginDocs/Modules/Oauth
Generate Public/Private keys
The public/private key pair is required to sign and verify JWT keys.
To generate the private key run this command on the terminal:
openssl genrsa -out private.key 2048
then extract the public key from the private key:
openssl rsa -in private.key -pubout -out public.key
Upload both files to any folder outside of Web Root and specify paths in the form above