From 20607b54d53c33cd7052e3a0ff1ee9cb0cd51591 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 24 Aug 2025 15:44:02 +0200 Subject: [PATCH] Add listen port to example.yaml --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2aa8a3..cb87caa 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ listen: roots: /etc/tesseract/roots.pem logs: - shortname: example2025h1 + listen: "[::]:16900" inception: 2025-01-01 submissionprefix: https://example2025h1.log.ct.example.com monitoringprefix: https://example2025h1.mon.ct.example.com @@ -48,4 +49,4 @@ go run ./tesseract/genconf/main.go -c config.yaml gen-html go run ./tesseract/genconf/main.go -c config.yaml gen-nginx ``` -You can symlink the generated $monitoringprefix.conf files from `/etc/nginx/sites-enabled/` +You can symlink the generated $monitoringprefix.conf files from `/etc/nginx/sites-enabled/`.