Versions Compared

Key

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

...

Expand
titleNot available in V5
  • idp.src.dir

  • idp.conf.preoverlay

  • idp.initial.edit-webapp

Property

Used during

Description

idp.src.dir

Installation

Where to install from (the distribution)

idp.conf.preoverlay

Installation

The name of a directory used to pre-populate the conf file.
Files in the conf tree of the distribution will not overwrite these files.

idp.initial.edit-webapp

Installation

The name of a directory used to populate edit-webapp during first installation.
If present the distributed edit-webapp is ignored.

Examples

Setting generated key size on non-Windows system

...

In all the examples below the command line will be

Code Block
./bin/install.sh -Didp.keysize=2048
Setting generated key size on Windows system
Code Block
languagebash
.\bin\-propertyFile <file>

for Unix and

Code Block
./bin/install.bat -Didp.keysize=2048
Setting installation directory on Windows systems
Code Block
.\bin\build.bat -Didp.target.dir="C:\Program Files (x86)\Shibboleth\IdP"

...

--propertyFile <file>

for Windows

Property file setting generated key size and enabling two additional modules during installation
Code Block
languagebash
installidp.bat -Didpkeysize=2048
idp.initial.modules=+idp.intercept.Impersonate,idp.authn.MFA