Compare commits

..

No commits in common. "0763344ba142ce543a278ecb013643b7f0b3cbcc" and "532fb456024a56ee904a209247f7995fde4a73c5" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -48,9 +48,7 @@ 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 the current server certificate,
the rightmost one is the *certification authority* certificate and what we
are interested in.
chain of trust. The leftmost certificate is 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 info $0 ("The intended use is undefined!");
$LogPrint warning $0 ("The intended use is undefined!");
:set UseFor "undefined";
}