...
The best & definitive documentation for these properties is the code itself.
Note |
---|
In V5 this will continue to work, but please track the V5 IdP Installer page for potential changes |
Expand |
---|
|
Property | Used During | Description |
---|
idp.target.dir | All Operations | Where the installation is. In non-initial installs this defaults to a location derived from the the file used to invoked the installer | idp.entityID | Installation | The EntityID being created at install time | idp.host.name | Installation | The host name of the IdP being created. This is used to generate metadata and also in certificate generation | idp.scope | Installation | The scope to assert | idp.keysize | Installation | The size of keys to generate (the default is currently 3072, but may change in future release) | idp.keystore.password | Installation | The password to use when the trust PKCS12 keystore (backchannel) file is created. | idp.sealer.password | Installation | The password to use when the sealer PKCS12 keystore (cookie encryption) file is created. | idp.conf.credentials.filemode | Installation Unix Only | Mode to set on credential files after installation (via chmod). The default value is currently 660 | idp.conf.credentials.group | Installation Unix Only | The group to set on the contents of the "credentials" directory (via chgrp). If not specified none is set. |
|
...