typo fix, h/t jeroen@
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-10 22:06:14 +02:00
parent 4f0188abeb
commit 2681861e4b

View File

@@ -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 `submissionprefix` which `sunlight` will use to accept writes, and a `monitoringprefix` which
`skylight` will use for reads. `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 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 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 pim@ctlog-test:/etc/sunlight$ openssl genrsa -out ca.key 2048