Versions Compared

Key

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

...

Property Driven Installation 

...

Note

NOTE Is it no longer possible to supply installation properties on the command line

...

Setting generated key size on non-Windows system
Code Block
languagebash
./bin/install.sh -Didp.keysize=2048

Jira Legacy
serverSystem JIRA
serverIdf52c7d31-6eab-3f0e-93c3-231b5754d506
keyIDP-2123

however, in comparison to V4, these is much more control available from the command line.

Properties have to be specified by the --propertyFile option see . See below

Command line options 

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

Option

Description

-t
--targetDir

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

-h
--hostName

DNS name of IdP Host.

--scope

Scope that the IdP will assert

-e
--entityID

Entity ID of the new IdP

-kp
--keystorePassword

Password for the generate Key Store. If a password is not specified and random string of characters is generated.

-sp
--sealerPassword

Password for the generated Data Sealer. If a password is not specified and random string of characters is generated.

-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

The idp.conf.preoverlay and idp.initial.edit-webapp properties are no longer available.

...