From 149569a1b9f219c62c77a7b2c62e19d38df8e669 Mon Sep 17 00:00:00 2001 From: Manuel Wieser Date: Thu, 5 Jul 2018 09:58:37 +0200 Subject: [PATCH] Fix typo tramsitted --> transmitted --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 31984e98..35716d8f 100755 --- a/installation.md +++ b/installation.md @@ -22,7 +22,7 @@ The repositories are expected to return (on success) instances of [entity interf ## Generating public and private keys -The public/private key pair is used to sign and verify JWTs tramsitted. The _Authorization Server_ possesses the public key to sign tokens and the _Resource Server_ possesses the corresponding private key to verify the signatures. To generate the private key run this command on the terminal: +The public/private key pair is used to sign and verify JWTs transmitted. The _Authorization Server_ possesses the public key to sign tokens and the _Resource Server_ possesses the corresponding private key to verify the signatures. To generate the private key run this command on the terminal: ~~~ shell openssl genrsa -out private.key 2048