Skip to content

Commit 3e09c5d

Browse files
committed
chore(): Remove non-public OtlpMtlsOptions column from mTLS env var table in README
1 parent bceda1a commit 3e09c5d

File tree

1 file changed

+5
-5
lines changed
  • src/OpenTelemetry.Exporter.OpenTelemetryProtocol

1 file changed

+5
-5
lines changed

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)