Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisNeveu committed Jul 4, 2024
1 parent b82ba03 commit 096a782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 096a782

Please sign in to comment.