You can edit the vRealize Log Insight agent configuration file to change the SSL configuration, add a path to the trusted root certificates, and say whether the agent accepts certificates.
This procedure applies to the vRealize Log Insight agents for Windows and Linux.
Prerequisites
For the
vRealize Log Insight Linux agent:
- Log in as root or use sudo to run console commands.
- Log in to the Linux machine on which you installed the vRealize Log Insight Linux agent, open a console and run pgrep liagent to verify that the vRealize Log Insight Linux agent is installed and running.
For the
vRealize Log Insight Windows agent:
-
Log in to the Windows machine on which you installed the vRealize Log Insight Windows agent and start the Services manager to verify that the vRealize Log Insight agent service is installed.
Procedure
Example: Configuration
The following is an example of the SSL configuration for CA-signed certificates.
proto=cfapi port=9543 ssl=yes ssl_ca_path=/etc/pki/tls/certs/ca-bundle.crt ssl_accept_any=no ssl_accept_any_trusted=yes ssl_cn=LOGINSIGHT
The following is an example of the SSL configuration for accepting any type of certificates, including self-signed.
proto=cfapi port=9543 ssl=yes ssl_accept_any=yes