mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
This commit is contained in:
parent
28c7eedcd5
commit
683f932468
12 changed files with 471 additions and 75 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Key generation
|
||||
|
||||
## RSA
|
||||
|
||||
> openssl genrsa -out rsa-private2.pem 1024
|
||||
> openssl rsa -in rsa-private2.pem -out rsa-public2.pem -pubout -outform PEM
|
||||
|
||||
## EC (ECDSA) - (algorigthm ES256 - ECDSA using SHA-256)
|
||||
|
||||
curve name: prime256v1 (secp256r1, secp384r1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue