OTEL_SSL_CA_CERT_PATH - UFTP configuration option
Description
The OTEL_SSL_CA_CERT_PATH option specifies the full path to the file containing one or more X.509 trusted certificates in PEM format. The certificate(s) will be used to validate the Opentelemetry Collector (server). This option should only be specified for secure, HTTPS endpoints (ignored for HTTP).
Note
To use the host platform's trust certificates instead, do NOT specify this option.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Long Form | -otel_ssl_ca_cert_path value | ||||
Configuration File Keyword | otel_ssl_ca_cert_path value | ||||
Environment Variable | OTEL_SSL_CA_CERT_PATH=value |
Note
This option is NOT available on:
- Solaris
- HP-UX
- z/OS
Values
value must be a fully-qualified path to the CA Certificate.
No default value is set.