mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-01 06:01:35 +00:00
Compare commits
2 commits
532fb45602
...
0763344ba1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0763344ba1 | ||
|
|
dc440f2f13 |
2 changed files with 4 additions and 2 deletions
|
|
@ -48,7 +48,9 @@ can be closed now.)
|
||||||

|

|
||||||
|
|
||||||
A new tab opens, showing information on the server certificate and its
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
:global ParseKeyValueStore;
|
:global ParseKeyValueStore;
|
||||||
|
|
||||||
:if ([ :len $UseFor ] = 0) do={
|
:if ([ :len $UseFor ] = 0) do={
|
||||||
$LogPrint warning $0 ("The intended use is undefined!");
|
$LogPrint info $0 ("The intended use is undefined!");
|
||||||
:set UseFor "undefined";
|
:set UseFor "undefined";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue