Can Openfire in FIPS mode on Red Hat?

I’m trying to get openfire working on a Red Hat 8 machine that is configured in FIPS mode. I’ve installed java-1.8.0-openjdk.

The problem is that when the OS is in FIPS mode, java detects this, and prevents usage of JKS and (I think) pkcs12 keystores.

By default, FIPS mode would use a PKCS11 NSSDB.

Does anyone have any thoughts on how this might work? openfire seems very locked-in to the JKS keystore.