To generate the required RSA private key for JWT signing, follow these steps in the OwnID Console:
1
Navigate to Security Settings
In your OwnID Console, go to Integration > Security section for your application.
2
Generate Signing Key
Under the Signing Key section, click the “Generate a new key” button.
Generating a new RSA key pair will immediately invalidate any existing key. All requests currently using the old key will begin to return errors.
3
Confirm Key Generation
A confirmation dialog will appear warning about key invalidation. Click “Continue” to proceed with generating the new key pair.
4
Copy Private Key
Once generated, a modal will display your new RSA private key. Copy the entire private key including the -----BEGIN RSA PRIVATE KEY----- and -----END RSA PRIVATE KEY----- markers.
This is the only time you’ll be able to view the private key. Store it securely!