proper way to override the URI portion of the certificate generation at install?
Jason Pyeron
jpyeron at pdinc.us
Fri Jan 29 00:13:46 UTC 2021
Looking at net/shibboleth/idp/installer/V4Install.java
private void generateKeyStore() {
...
generator.setURISubjectAltNames(Collections.singletonList(installerProps.getSubjectAltName()));
and at net/shibboleth/idp/installer/InstallerPropertiesImpl.java
/** {@inheritDoc}. */
@Override @Nonnull public String getSubjectAltName() {
return "https://" + getHostName() + "/idp/shibboleth";
}
Is the only alternative to this issue is to create the certificates outside of the installer?
v/r,
Jason Pyeron
--
Jason Pyeron | Architect
PD Inc |
10 w 24th St |
Baltimore, MD |
.mil: jason.j.pyeron.ctr at mail.mil
.com: jpyeron at pdinc.us
tel : 202-741-9397
More information about the users
mailing list