Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
./bin/install.sh -Didp.keysize=2048

...

Command line optionsĀ 

The install.sh & install.bat scripts support a limited number of command line options

Option

Description

-t
--target

This is either the location of an existing install (to be upgraded) or where to put a new install.

--noPrompt

If set to true then an installation will fail rather than prompt for a missing property.

--propertyFile

see PropertyDrivenInstallation

-hc
--http-client

The bean name of an http client to use (for Module and Plugin) operations

-hs
--http-security

The bean name of an HttpClientSecurityParameters to use

A Quick Test

You can test that the IdP is properly installed and is at least running successfully in the container with the status command line utility (bin/status.sh or bin\status.bat).

...