In case someone (like me) copies and pastes this...the current is 0.2-SNAPSHOT

master
Stephen Doxsee 2015-09-28 13:44:05 -04:00
parent 18251f4d3d
commit 476acaf83c
1 changed files with 1 additions and 1 deletions

@ -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):