From 6efc364b80a44a296dc180fa4b400ab51fdad350 Mon Sep 17 00:00:00 2001 From: AlexisNeveu Date: Thu, 4 Jul 2024 11:41:00 +0200 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2195c97f..e1750e9e 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ To generate certificate, run this command at the root of your project folder: ```shell keytool -genkey -alias myKeyAlias -keyalg RSA -keysize 2048 -keystore src/main/resources/keystore.jks -validity 3650 ``` +You will be asked to set a password for the key store and another for the key itself. Make sure to use the same passwords in your .env file when building unless it will use the default "password" password. ### Generate certificate for cockroachdb