Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected typo in msiexec command to install the SP MSI package

...

PropertyDescription
KEYGEN_EXTRAS

Allows extra parameters to be passed to the keygen command used during installation. For instance,

Code Block
msiexec /i shibboleth-sp-3.0.0-win64.msi /i KEYGEN_EXTRAS="-h newSP.department.univerity.edu"

allows the addition of a subjectAltName in the generated certificate.

ALWAYS_START_SERVICESet this to FALSE to prevent the installer from starting the shibd service. This can be useful to debug installations (see below).

...