Send audit messages using TLS protocol

Configure Health Record Locator to send audit messages using TLS protocol.

To send audit messages using TLS protocol:
  1. Navigate to the audit-oss directory using the following steps:
    1. Execute the following command:
      cd <install_dir>/ohim_hrl_installer/addons/recordlocator
    2. Extract the contents of the audit-oss-bin.tar.gz file by executing the following command:
      tar -zxvf audit-oss-bin.tar.gz
    3. Execute the following command:
      cd audit-oss
  2. Execute the following command:
    sh CredentialStoreForATNA.sh
    When prompted, enter the values for the wallet output directory, wallet password, keystore password, and truststore password. Ensure that you provide the correct passwords.
  3. Configure the following properties in the <WebLogic_Home>/user_projects/domains/<domain_name>/config/hrl/config/xconfig.xml file:
    • <Property name="KeyStore">/home/common/cert/keystore.jks</Property>
    • <Property name="KeyStoreType">JKS</Property>
    • <Property name="TrustStore">/home/common/cert/keystore.jks </Property>
    • <Property name="TrustStoreType">JKS</Property>
    • <Property name="CredentialStore">/home/common</Property>
  4. Restart the WebLogic Server or Managed WebLogic Server after configuring the properties.