From 6e0bbbdc7fa891190830618a576298d0faa3b058 Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Mon, 27 Mar 2023 16:00:36 -0400 Subject: [PATCH] tls certs location --- example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env b/example.env index 9d44f5c325..27d3a558af 100644 --- a/example.env +++ b/example.env @@ -1,6 +1,6 @@ METRICS_LOGS_DIR='/var/log' METRICS_LOGFILE_MATCH='*log*' -METRICS_CRTS_DIR='./self-cert/certs/' +METRICS_CRTS_DIR='./tls/certs' METRICS_HOSTNAME='localhost' KIBANA_PROXY_PORT=5601 LOGSTASH_PROXY_PORT=5044