Accessing trusted certificates

Last Updated : Jun 14, 2021 |
Prolog information
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.
  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:
    ADDITIONAL INFORMATION:
    #### GLOBAL DIRECTIVES ####
    # certificate files
    $DefaultNetstreamDriver gtls
    $DefaultNetstreamDriverCAFile /etc/rsyslog-keys/ca.pem
    Where, ca.pem is the trusted certificate authority public certificate.
    Note:
    If the directory does not exist, you can create the directory and place the certificate in it.