Print

Accessing trusted certificates

About this task

The local syslog server needs to have access to the Certificate Authority (CA) trusted certificate used to generate the certificates for the remote syslog server.

Procedure

  1. Go to your Primary EPM Server.
  2. Open the vi /etc/rsyslog.conf file.
  3. In the rsyslog.conf file, place the certificate in the default location as shown below:

    #### GLOBAL DIRECTIVES ####

    # certificate files

    $DefaultNetstreamDriver gtls

    $DefaultNetstreamDriverCAFile /etc/rsyslog-keys/ca.pem

    Where, ca.pem is the trusted certificate authority public certificate.

    noteNote:

    If the directory does not exist, you can create the directory and place the certificate in it.