Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Making explicit the commands for setting generated key size

...

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
languagebash
titleSetting generated key size on non-Windows system
./bin/install.sh -Didp.keysize=2048
ant
Code Block
titleSetting generated key size
on Windows systems
.\bin\install.bat -Didp.keysize=2048

A Quick Test

...