From 476acaf83c76ae9b00e255c048ea9f8a1dcfcc0b Mon Sep 17 00:00:00 2001 From: Stephen Doxsee Date: Mon, 28 Sep 2015 13:44:05 -0400 Subject: [PATCH] In case someone (like me) copies and pastes this...the current is 0.2-SNAPSHOT --- Key-generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Key-generation.md b/Key-generation.md index 2d78a85..6bd2293 100644 --- a/Key-generation.md +++ b/Key-generation.md @@ -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):