Skip to main content
This optional feature requires creating a key store containing the certificate of a custom certificate authority and a private key that is used to sign the authentication request.
  1. Run this command in your shell to create a keystore.p12 key store file using the certificate in the certificate.crt file and a corresponding private key in the privateKey.key file:
    After entering the command, you will be prompted to enter and verify an export password to protect the key store file. Remember this password as you will need it in step #6.
  2. Switch to the CLI of the XCC and execute the following instructions one by one:
  3. Copy the keystore.p12 file into the folder specified above.
  4. Execute the following instructions one by one:
  5. Open the auth/auth/auth.yml file using the XCC Expert Editor.
  6. In the saml2AuthBackends section, under your IdP config (here as mySaml), add the following block and enter your key store password as the password parameter:
    auth.yml
  7. Click Publish. The authentication configuration becomes active within about one minute.
The Authentication service restarts automatically and applies the new configuration.