In case someone (like me) copies and pastes this...the current is 0.2-SNAPSHOT
parent
18251f4d3d
commit
476acaf83c
|
@ -23,7 +23,7 @@ To generate a key, run `java -jar json-web-key-generator-0.1-SNAPSHOT-jar-with-d
|
|||
|
||||
The most common settings are for an RSA key pair of size 1024 wrapped in a key set with a key identifier, such as `rsa1`:
|
||||
|
||||
`java -jar json-web-key-generator-0.1-SNAPSHOT-jar-with-dependencies.jar -t RSA -s 1024 -S -i rsa1`
|
||||
`java -jar json-web-key-generator-0.2-SNAPSHOT-jar-with-dependencies.jar -t RSA -s 1024 -S -i rsa1`
|
||||
|
||||
This will output to the console a key like the following (but with a different key each time):
|
||||
|
||||
|
|
Loading…
Reference in New Issue