0 Replies Latest reply on Jan 22, 2013 8:35 PM by chajo19

    Domain mode slave host.xml configuration <server-identities> not FIPS compliant?

    chajo19

      The host.xml for a slave system in a domain configuration requires the following to authenticate against the domain controller:

       

      <server-identities>

            <secret value="cGFzc3dvcmQ="/>

      </server-identities>

       

      The "secret value" is using a basic Base64 Encoder generated value which is not FIPS compliant. Is there an option for using a customized encryption method? Or is there a way to use an x509 certificate as slave remote server identity?