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