When replacing your custom or CA certificate, your agents may need to be updated to accept the new certificate.
Aria Operations 8.14.x and newer.
When the agent is initialized, the default behavior is set to trust any certificate. Once the agent has established a trust relationship with the Aria Operations for Logs server, any subsequent certificate renewal will require updating the agent configuration.
Use the UI to edit the group configuration in Management > Agents:
More information can be found at Broadcom's VMware Aria Operations for Logs 8.18 documentation.
On a Windows target system, go to C:\ProgramData\VMware\Log Insight Agent\
and edit liagent.ini to uncomment and/or add:
[server]
hostname=<FQDNorIPofPrimaryAOLNode>
proto=cfapi
ssl=yes
ssl_accept_any_trusted=yes
[update]
package_type=msi
auto_update=yes
Restart using the Service MMC snap-in.
On RHEL/CentOS/Fedora based linux, the configuration file is in /etc/liagent.ini
Uncomment the line or add the following using VIM or VI:
[server]
hostname=<FQDNorIPofPrimaryAOLNode>
proto=cfapi
ssl=yes
ssl_accept_any_trusted=yes
[update]
package_type=msi
auto_update=yes
Once saved, you will need to restart the agent:
systemctl restart liagentd