diff --git a/Key-generation.md b/Key-generation.md index 6bd2293..98cbb97 100644 --- a/Key-generation.md +++ b/Key-generation.md @@ -1,4 +1,4 @@ -## Pepackaged keys +## Prepackaged keys Both the MITREid Connect server webapp and the Simple Web App client come pre-packaged with public/private RSA key pairs, found in the `keystore.jwks` file included in each project's `src/main/resources/` directory. Since these keys are the same for every clone of the repository, they are **not** suitable for use in a deployed system and **MUST** be replaced by newly generated keys.