In situations where access to the SiteMinder Admin UI is customized by adding to the Wildfly keystore.jks keystore file a custom certificate, an upgrade of the AdminUI causes the customization to be lost
For instance, before upgrade the standalone-full.xml file contains the following reference to the customized keystore:
<keystore alias="<alias_here>" key-password="<password_here>" keystore-password="<password_here>" path="keyStore.jks" relative-to="jboss.server.config.dir"/>
whereas upon upgrade, the default configuration is back:
<keystore alias="<default_alias_here>" key-password="<default_password_here" keystore-password="<default_password_here>" path="keyStore.jks" relative-to="jboss.server.config.dir"/>
and the certificates therein correspond to the out of the box certificates, that is, the custom certificate goes missing
CA SiteMinder versions 12.9 and below
This is working as designed. Upgrade of the Administrative UI causes any customization to the keystore to be lost and any custom certificate must be reapplied
The customization must be reallied according to the documentation (1)
Additionally it is recommended to open an enhancement (2) to request for customization of keystore to be kept during upgrade if so wished.