Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Generating a key pair for Simple OAuth

chris-hamper edited this page Jun 28, 2017 · 1 revision

Run the following commands:

$ openssl genrsa -out private.key 2048
$ openssl rsa -in private.key -pubout > public.key

Save the path to your keys in: /admin/config/people/simple_oauth

Clone this wiki locally