From 6b2df29ab4784c1c6059605134ccf7d2ecab87ce Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 3 Sep 2024 10:18:01 -0400 Subject: [PATCH] docs(readme): tls configuration variables Signed-off-by: Chris Gianelloni --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 136af89..b08a472 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ Application configuration: - `METRICS_LISTEN_ADDRESS` - Address to bind for Prometheus format metrics, all addresses if empty (default: empty) - `METRICS_LISTEN_PORT` - Port to bind for metrics (default: 8081) +- `TLS_CERT_FILE_PATH` - SSL certificate to use, requires `TLS_KEY_FILE_PATH` + (default: empty) +- `TLS_KEY_FILE_PATH` - SSL certificate key to use (default: empty) + +Configuring the TLS certificate and key paths will enable TLS on both the REST +API and the gRPC interface. Connection to the Cardano node can be performed using specific named network shortcuts for known network magic configurations. Supported named networks are: