Send audit messages using TLS protocol

Set up sending audit messages using TLS Protocol.

To send audit messages using TLS Protocol.
  1. Navigate to the audit-oss directory:
    • Execute the following command:
      cd <install_dir>/ohim_xca_installer/addons/xcagateway
    • Extract the contents of audit-oss-bin.tar.gz file using the command:
      > tar -zxvf audit-oss-bin.tar.gz
    • Execute the following command:
      > cd audit-oss
  2. Execute the following command. When prompted, enter the values for the wallet output directory, wallet password, keystore password, and truststore password. Ensure that you provide the correct passwords. fields.
    > sh setupCredentialStoreForATNA.sh
  3. Configure the properties:
    • For Initiating Gateway:
      <WebLogic_Home>/user_projects/domains/<domain_name>/config/xca/config/IG.properties file
    • For Responding Gateway:
      <WebLogic_Home>/user_projects/domains/<domain_name>/config/xca/config/RG.properties file
      keyStore=/home/common/cert/keystore.jks
      keyStoreType=JKS
      trustStore=/home/common/cert/keystore.jks
      trustStoreType=JKS
      credentialStore=/home/common
  4. Restart the WebLogic Server or Managed WebLogic Server after configuring the above properties.