Skip to content

Commit 3110d54

Browse files
committed
update file based configuration
1 parent 6146e68 commit 3110d54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/file-based-configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ file-based configuration to include these parameters.
9191

9292
---
9393

94+
### OTLP
95+
96+
| Environment variable | Description |
97+
| --------------------------------------- | ----------------------------------------------------------------------------------------- |
98+
| `OTEL_EXPORTER_OTLP_CERTIFICATE` | Path to the CA certificate file (PEM format) used to verify the server's TLS certificate. |
99+
| `OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE` | Path to the client certificate file (PEM format) for mTLS authentication. |
100+
| `OTEL_EXPORTER_OTLP_CLIENT_KEY` | Path to the client private key file (PEM format) for mTLS authentication. |
101+
102+
---
103+
94104
### .NET Runtime
95105

96106
| Environment variable | Description |

0 commit comments

Comments
 (0)