...
If this is impossible (or if you want a different key size) you can specify theĀ idp.keysize
parameter on the command line during the install process:
Code Block | ||||
---|---|---|---|---|
| ||||
./bin/install.sh -Didp.keysize=2048 |
Code Block | ||||
---|---|---|---|---|
| ant
| |||
.\bin\install.bat -Didp.keysize=2048 |
A Quick Test
...