From 2681861e4b285cf878204f697536790feb4dbb56 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 10 Aug 2025 22:06:14 +0200 Subject: [PATCH] typo fix, h/t jeroen@ --- content/articles/2025-08-10-ctlog-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/articles/2025-08-10-ctlog-2.md b/content/articles/2025-08-10-ctlog-2.md index 657d6a5..f951d26 100644 --- a/content/articles/2025-08-10-ctlog-2.md +++ b/content/articles/2025-08-10-ctlog-2.md @@ -75,10 +75,10 @@ instance, which sets it apart from TesseraCT which can only handle one log per i `submissionprefix` which `sunlight` will use to accept writes, and a `monitoringprefix` which `skylight` will use for reads. -I stuble across a small issue - I haven't created multiple DNS hostnames for the test machine. So I +I stumble across a small issue - I haven't created multiple DNS hostnames for the test machine. So I decide to use a different port for one versus the other. The write path will use TLS on port 1443 while Sunlight will point to a normal HTTP port 1080. And considering I don't have a certificate for -`*.lab.ipng.ch`, I will use a self-signed one instad: +`*.lab.ipng.ch`, I will use a self-signed one instead: ``` pim@ctlog-test:/etc/sunlight$ openssl genrsa -out ca.key 2048