Compare commits

...

2 commits

Author SHA1 Message Date
Christian Hesse
0763344ba1 CERTIFICATES: correct the details on certificates 2026-07-15 21:33:18 +02:00
Christian Hesse
dc440f2f13 global-functions: $CertificateAvailable: undefined intended use is info...
... not warning.
2026-07-15 16:27:51 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -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)

View file

@ -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";
}