Then right-click, click "Take Screenshot" and finally select the
notification and download it.
-
-
+
diff --git a/doc/mod/notification-telegram.md b/doc/mod/notification-telegram.md
index 804104f..7d5092d 100644
--- a/doc/mod/notification-telegram.md
+++ b/doc/mod/notification-telegram.md
@@ -107,7 +107,7 @@ chat with [BotFather ↗️](https://t.me/BotFather) and set it there.

Have a look at my
-[RouterOS-Scripts Logo Color Changer](https://git.eworm.de/cgit/routeros-scripts/plain/contrib/logo-color.html)
+[Logo Color Changer](https://git.eworm.de/cgit/routeros-scripts/plain/contrib/logo-color.html)
to create a colored version of this scripts' logo.
See also
From ee6c66327a9bcd53105524c94bac88b3acbfce94 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Wed, 29 Oct 2025 15:35:14 +0100
Subject: [PATCH 011/121] contrib/{logo-color,notification}: add navigation
structure
---
contrib/logo-color.html | 6 ++++++
contrib/notification.html | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/contrib/logo-color.html b/contrib/logo-color.html
index eb00492..8ee1ba9 100644
--- a/contrib/logo-color.html
+++ b/contrib/logo-color.html
@@ -8,6 +8,8 @@
From 67551e58d8d26702687aa1fd8e153788ef105adf Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Mon, 10 Nov 2025 11:20:47 +0100
Subject: [PATCH 012/121] README: support new builtin-trust-store...
... which was introduced with RouterOS 7.21beta7.
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 529bb4c..b77538d 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,10 @@ download the certificates.
> can skip the steps regarding certificate download and import and jump
> to [installation of scripts](#installation-of-scripts) if you set the
> trust for these builtin trust anchors:
-> `/certificate/settings/set builtin-trust-anchors=trusted;`
+> `/certificate/settings/set builtin-trust-anchors=trusted;`
+> With RouterOS 7.21 the functionality was changed. Set this at minimum,
+> but make sure not to drop other targets:
+> `/certificate/settings/set builtin-trust-store=fetch;`
If you intend to download the scripts from a
different location (for example from github.com) install the corresponding
From 4b5333d971449303e5e8e161b80a580b87a32507 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Wed, 29 Oct 2025 16:06:42 +0100
Subject: [PATCH 013/121] contrib/notification: update date format
---
contrib/notification.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/notification.html b/contrib/notification.html
index 3bc86fc..c86450c 100644
--- a/contrib/notification.html
+++ b/contrib/notification.html
@@ -16,7 +16,7 @@
[MikroTik] ℹ️ Subject
Message
🔗 https://eworm.de/
-
⏰ This message was queued since oct/18/2022 18:30:48 and may be obsolete.
+
⏰ This message was queued since 2025-10-29 16:06:18 and may be obsolete.
✂️ The message was too long and has been truncated, cut off 13%!
@@ -25,7 +25,7 @@
Subject:
Message:
Show link:
-
Queued since
+
Queued since
Cut-off with percent
Then right-click, click "Take Screenshot" and finally select the
From 7f2cdf67cb7097c3d8731a9bbe3e0aca8072e998 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Mon, 10 Nov 2025 11:38:31 +0100
Subject: [PATCH 014/121] INITIAL-COMMANDS: support new builtin-trust-store...
... which was introduced with RouterOS 7.21beta7.
---
INITIAL-COMMANDS.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md
index 40f609b..6e70b66 100644
--- a/INITIAL-COMMANDS.md
+++ b/INITIAL-COMMANDS.md
@@ -22,8 +22,11 @@ Run the complete base installation:
:local CertFileName "ISRG-Root-X2.pem";
:local CertFingerprint "69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470";
- :if (!(([ /certificate/settings/get ]->"builtin-trust-anchors") = "trusted" && \
- [[ :parse (":return [ :len [ /certificate/builtin/find where common-name=\"" . $CertCommonName . "\" ] ]") ]] > 0)) do={
+ :local CertSettings [ /certificate/settings/get ];
+ :if (!((($CertSettings->"builtin-trust-anchors") = "trusted" || \
+ ($CertSettings->"builtin-trust-store") ~ "fetch" || \
+ ($CertSettings->"builtin-trust-store") = "all") && \
+ [[ :parse (":return [ :len [ /certificate/builtin/find where common-name=\"" . $CertCommonName . "\" ] ]") ]] > 0)) do={
:put "Importing certificate...";
/tool/fetch ($BaseUrl . "certs/" . $CertFileName) dst-path=$CertFileName as-value;
:delay 1s;
From a7de16b58402eca77f8b6281a996d70ed076bec4 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Wed, 29 Oct 2025 16:11:23 +0100
Subject: [PATCH 015/121] contrib/notification: format the values italic
---
contrib/notification.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/notification.html b/contrib/notification.html
index c86450c..a4d0486 100644
--- a/contrib/notification.html
+++ b/contrib/notification.html
@@ -16,8 +16,8 @@
[MikroTik] ℹ️ Subject
Message
🔗 https://eworm.de/
-
⏰ This message was queued since 2025-10-29 16:06:18 and may be obsolete.
-
✂️ The message was too long and has been truncated, cut off 13%!
+
⏰ This message was queued since 2025-10-29 16:06:18 and may be obsolete.
+
✂️ The message was too long and has been truncated, cut off 13%!
From 959f0a257fed3d6f46288f045df36f3bd4a2e480 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Mon, 10 Nov 2025 11:47:55 +0100
Subject: [PATCH 016/121] global-functions: $CertificateAvailable: support new
builtin-trust-store...
... which was introduced with RouterOS 7.21beta7.
---
global-functions.rsc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/global-functions.rsc b/global-functions.rsc
index eb837aa..9f92b07 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -106,11 +106,15 @@
# check and download required certificate
:set CertificateAvailable do={
:local CommonName [ :tostr $1 ];
+ :local UseFor [ :tostr $2 ];
:global CertificateDownload;
+ :global EitherOr;
:global LogPrint;
:global ParseKeyValueStore;
+ :set UseFor [ $EitherOr $UseFor "undefined" ];
+
:if ([ /system/resource/get free-hdd-space ] < 8388608 && \
[ /certificate/settings/get crl-download ] = true && \
[ /certificate/settings/get crl-store ] = "system") do={
@@ -123,7 +127,10 @@
:return false;
}
- :if (([ /certificate/settings/get ]->"builtin-trust-anchors") = "trusted" && \
+ :local CertSettings [ /certificate/settings/get ];
+ :if ((($CertSettings->"builtin-trust-anchors") = "trusted" || \
+ ($CertSettings->"builtin-trust-store") ~ $UseFor || \
+ ($CertSettings->"builtin-trust-store") = "all") && \
[[ :parse (":return [ :len [ /certificate/builtin/find where common-name=\"" . $CommonName . "\" ] ]") ]] > 0) do={
:return true;
}
From 954c8e299f4a85df720a1061144103405c68dce2 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Tue, 11 Nov 2025 16:25:01 +0100
Subject: [PATCH 017/121] doc/mod/notification-telegram: use relative reference
in link
This may break, depending on site.
---
doc/mod/notification-telegram.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/mod/notification-telegram.md b/doc/mod/notification-telegram.md
index 7d5092d..bdf1331 100644
--- a/doc/mod/notification-telegram.md
+++ b/doc/mod/notification-telegram.md
@@ -106,8 +106,7 @@ chat with [BotFather ↗️](https://t.me/BotFather) and set it there.

-Have a look at my
-[Logo Color Changer](https://git.eworm.de/cgit/routeros-scripts/plain/contrib/logo-color.html)
+Have a look at my [Logo Color Changer](../../contrib/logo-color.html)
to create a colored version of this scripts' logo.
See also
From e69605ac4de2bff7850d3d85cf6f047f5bfd5255 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Mon, 10 Nov 2025 11:59:28 +0100
Subject: [PATCH 018/121] global-functions: $DownloadPackage: define
certificate use
---
global-functions.rsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global-functions.rsc b/global-functions.rsc
index 9f92b07..412777c 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -404,7 +404,7 @@
:return true;
}
- :if ([ $CertificateAvailable "ISRG Root X1" ] = false) do={
+ :if ([ $CertificateAvailable "ISRG Root X1" "fetch" ] = false) do={
$LogPrint error $0 ("Downloading required certificate failed.");
:return false;
}
From 06d1bab537343def03bd6d04022b874dfa66cf67 Mon Sep 17 00:00:00 2001
From: Christian Hesse
Date: Tue, 11 Nov 2025 16:27:59 +0100
Subject: [PATCH 019/121] contrib/logo-color: use relative reference in link
... without extra path elements.
This may break, depending on site.
---
contrib/logo-color.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/logo-color.html b/contrib/logo-color.html
index 8ee1ba9..9962e99 100644
--- a/contrib/logo-color.html
+++ b/contrib/logo-color.html
@@ -33,7 +33,7 @@ logo and download it.
for other browsers may differ.)