From 9b7c9130079d2b310f0b907d5245e6d4c15abee9 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 10 Jun 2021 11:08:18 -0400 Subject: [PATCH] docs: Remove errant comma in linux setup --- docs/content/setup/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/setup/linux.md b/docs/content/setup/linux.md index 052da81d2..2340907ba 100644 --- a/docs/content/setup/linux.md +++ b/docs/content/setup/linux.md @@ -64,7 +64,7 @@ private certificate authority. }, "ssl_certificate": { "ssl_certificate_file": "", - "ssl_certificate_key_file": "", + "ssl_certificate_key_file": "" } } ```