From 26ae98d9775d1c5cf2430b69c6feb1c9828d7c16 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 26 Aug 2025 08:25:12 +0000 Subject: [PATCH] Add start/limit flags to .env, h/t philippe --- content/articles/2025-08-24-ctlog-3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/articles/2025-08-24-ctlog-3.md b/content/articles/2025-08-24-ctlog-3.md index c7b1e39..12bba46 100644 --- a/content/articles/2025-08-24-ctlog-3.md +++ b/content/articles/2025-08-24-ctlog-3.md @@ -322,7 +322,8 @@ Looking at one of those .env files, I can show the exact commandline I'll be fee ctlog@ctlog1:/ssd-vol0/enc/tesseract$ cat /ssd-vol0/logs/lipase2025h2/data/.env TESSERACT_ARGS="--private_key=/ssd-vol0/enc/tesseract/keys/lipase2025h2.pem --origin=lipase2025h2.log.ct.ipng.ch --storage_dir=/ssd-vol0/logs/lipase2025h2/data - --roots_pem_file=/ssd-vol0/logs/lipase2025h2/data/roots.pem --http_endpoint=[::]:16900" + --roots_pem_file=/ssd-vol0/logs/lipase2025h2/data/roots.pem --http_endpoint=[::]:16900 + --not_after_start=2025-07-01T00:00:00Z --not_after_limit=2026-01-01T00:00:00Z" OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 ```