The EDR Telemetry Store uses a trusted mTLS connection with the ePO - On-prem server and the DXL Broker. If your environment uses custom certificates or migrates to CA-Signed 3K certificates, you must update the EDR Telemetry Store trust store to maintain trace data ingestion.
To update both custom and 3K certificates, perform the following steps:
Log in to the EDR Telemetry Store via SSH as an administrator.
ssh admin@<IP_address>
Run these commands to start the Cluster Setup Wizard:
enable [sudo] password for admin: configure opensearch cluster setup
In the Configuration Menu, type
2to select Certificate Configuration and press Enter.In the SSL/TLS Certificate Configuration menu, type
3to select Update ePO certificates and press Enter.The wizard redirects you to the main Configuration Menu.
Type
5to select Review & Generate Configuration and press Enter.In the DNS Validation page, press Enter when the DNS entries are ready for validation and type
yto continue.In the Configuration Summary and Confirmation page, type
yto confirm the settings.Enter the ePO server username and password to retrieve the CA certificates.
Note
The EDR Telemetry Store executes a remote command to download the root certificate directly from the ePO - On-prem server:
curl -k -s -u "<username>:<password>" "https://<ePO_IP>:<ConsolePort>/remote/epo.command.createAgentHandlerCertificateAuthority"The system retrieves the certificate and generates the updated configuration file.
Run the following command to deploy the updated certificate changes to the cluster:
opensearch cluster deploy
Verify the certificate update
Once the deployment completes, use the system shell to confirm that the certificates are collected.
Run the following commands to access the system shell:
enable [sudo] password for admin: shell
At the shell prompt, run the following commands to locate the directory and view the latest log file:
cd /var/log/trellix/opensearch/ ls cat <latest_logfile_name>.log
Verify the following:
The system establishes a successful connection to the ePO server.
The log displays the retrieved 3K certificate.
Confirm the log shows a successful connection to the ePO server and the retrieved 3K certificate.
At the shell prompt, run the following commands to verify the saved certificate files in the certificate directory:
cd /etc/opensearch/certs ls cat epo-ca-0.pem cat ca.pem
epo-ca-0.pem— Displays the new 3K certificate.ca.pem— Displays both 2K and 3K certificate blocks.
This adds the 3K certificate to the appliance for secure mTLS communication and maintains the 2K trust chain.