Karaf console command for use within JBoss Fuse. It generates/overwrites the overlord-saml.keystore file and
configures all properties within the commons and sramp Fabric profiles. Call it w/ the keystore password as
an argument. Ex:
overlord:configureFabric [password]
Note that this uses the BouncyCastle library to encrypt the keystore file. It was not possible to directly use
sun.security as it does not support OSGi environments.