添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Skip to main content

Windows agent

The root certificate (.cer) must be installed in the Trusted Root Certification Authorities of the computer to be inventoried.

Unix agent

The certificate file (.cer) must be placed in the /opt/snow/ directory of the computer to be inventoried.

Note : If the connection between the agent and the Snow Inventory endpoint fails, see Troubleshooting TLS connection failures for Unix for possible reasons and solutions.

Linux agent

Since the location of the certificate file differs between Linux distributions, the agent must be told where to find it via the setting key http.ssl_capath in the agent configuration file.

Example :

<SystemSettings>
    <Setting key="http.ssl_capath" value="/etc/ssl/certs/mycert.pem" />
</SystemSettings>

macOS agent

By default, the agent collects the certificate file from Keychain. If you want to provide your own certificate file, specify it using the setting key http.ssl_capath in the agent configuration file, see the example above.