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