Updated Key generation (markdown)
parent
e673257485
commit
494713952f
|
@ -4,6 +4,8 @@ Both the MITREid Connect server webapp and the Simple Web App client come pre-pa
|
|||
|
||||
## Generating a public/private keypair
|
||||
|
||||
For testing purposes, you can use the [Online JSON Web Key Generator](https://mkjwk.org).
|
||||
|
||||
You can use the [JSON Web Key Generator](https://github.com/mitreid-connect/json-web-key-generator) project to generate a JSON Web Key suitable for your installation.
|
||||
|
||||
To generate a key, run `java -jar json-web-key-generator-0.1-SNAPSHOT-jar-with-dependencies.jar`. Several other arguments are defined which may be required depending on your key type:
|
||||
|
|
Loading…
Reference in New Issue