File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/OpenTelemetry.Exporter.OpenTelemetryProtocol Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -453,11 +453,11 @@ or reader
453453 The following environment variables can be used to configure mTLS
454454 (mutual TLS) authentication (.NET 8.0+ only):
455455
456- | Environment variable | ` OtlpMtlsOptions ` property | Description |
457- | -------------------------------------------------| ----------------------------- | ----------------------------- -------- |
458- | ` OTEL_EXPORTER_OTLP_CERTIFICATE ` | ` CaCertificatePath ` | Path to CA certificate file (PEM) |
459- | ` OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE ` | ` ClientCertificatePath ` | Path to client certificate file (PEM) |
460- | ` OTEL_EXPORTER_OTLP_CLIENT_KEY ` | ` ClientKeyPath ` | Path to client private key file (PEM) |
456+ | Environment variable | Description |
457+ | -------------------------------------------------| ------------------------------------- |
458+ | ` OTEL_EXPORTER_OTLP_CERTIFICATE ` | Path to CA certificate file (PEM) |
459+ | ` OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE ` | Path to client certificate file (PEM) |
460+ | ` OTEL_EXPORTER_OTLP_CLIENT_KEY ` | Path to client private key file (PEM) |
461461
462462* Logs:
463463
You can’t perform that action at this time.
0 commit comments