You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`MTLS_ALLOWED_CLIENT_FINGERPRINTS` - Comma-separated list of allowed client certificate fingerprints (optional)
75
75
76
+
#### Outbound mTLS to KMS
77
+
78
+
- When `TLS_MODE=mtls`, outbound mTLS to KMS is enabled by default.
79
+
- The same `TLS_CERT` and `TLS_KEY` are used as the client certificate and key for outbound mTLS requests to KMS.
80
+
-`KMS_TLS_CERT_PATH` - Path to the CA certificate to verify the KMS server (required when outbound mTLS is enabled).
81
+
- If `TLS_MODE=disabled`, outbound mTLS to KMS is also disabled by default.
82
+
83
+
> **Note:** If you want to use a different client certificate for KMS, you will need to extend the configuration. By default, the same cert/key is used for both inbound and outbound mTLS.
84
+
76
85
### Logging and Debug
77
86
78
87
-`HTTP_LOGFILE` - Path to HTTP request log file (optional, used by Morgan for HTTP access logs)
0 commit comments