From dc440f2f1307f1f71430f58a0e24c6729e81bb4b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 15 Jul 2026 16:26:51 +0200 Subject: [PATCH 1/2] global-functions: $CertificateAvailable: undefined intended use is info... ... not warning. --- global-functions.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions.rsc b/global-functions.rsc index d9751663..8685346f 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -114,7 +114,7 @@ :global ParseKeyValueStore; :if ([ :len $UseFor ] = 0) do={ - $LogPrint warning $0 ("The intended use is undefined!"); + $LogPrint info $0 ("The intended use is undefined!"); :set UseFor "undefined"; } From 0763344ba142ce543a278ecb013643b7f0b3cbcc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 15 Jul 2026 21:31:34 +0200 Subject: [PATCH 2/2] CERTIFICATES: correct the details on certificates --- CERTIFICATES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CERTIFICATES.md b/CERTIFICATES.md index 89d2929e..e8cbce50 100644 --- a/CERTIFICATES.md +++ b/CERTIFICATES.md @@ -48,7 +48,9 @@ can be closed now.) ![screenshot: window](CERTIFICATES.d/03-window.avif) A new tab opens, showing information on the server certificate and its -chain of trust. The leftmost certificate is what we are interested in. +chain of trust. The leftmost certificate is the current server certificate, +the rightmost one is the *certification authority* certificate and what we +are interested in. ![screenshot: certificate](CERTIFICATES.d/04-certificate.avif)