Add listen port to example.yaml

This commit is contained in:
Pim van Pelt
2025-08-24 15:44:02 +02:00
parent cbfa97d480
commit 20607b54d5

View File

@@ -17,6 +17,7 @@ listen:
roots: /etc/tesseract/roots.pem roots: /etc/tesseract/roots.pem
logs: logs:
- shortname: example2025h1 - shortname: example2025h1
listen: "[::]:16900"
inception: 2025-01-01 inception: 2025-01-01
submissionprefix: https://example2025h1.log.ct.example.com submissionprefix: https://example2025h1.log.ct.example.com
monitoringprefix: https://example2025h1.mon.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 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/`.