mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 08:23:03 +05:30
Increase the recommended RSA key length from 1024 to 2048 bits
This commit is contained in:
parent
e091d48127
commit
c4a75b2880
@ -3,7 +3,7 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
0. Run `composer install` in this directory to install dependencies
|
0. Run `composer install` in this directory to install dependencies
|
||||||
0. Create a private key `openssl genrsa -out private.key 1024`
|
0. Create a private key `openssl genrsa -out private.key 2048`
|
||||||
0. Create a public key `openssl rsa -in private.key -pubout > public.key`
|
0. Create a public key `openssl rsa -in private.key -pubout > public.key`
|
||||||
0. `cd` into the public directory
|
0. `cd` into the public directory
|
||||||
0. Start a PHP server `php -S localhost:4444`
|
0. Start a PHP server `php -S localhost:4444`
|
||||||
|
Loading…
Reference in New Issue
Block a user