fix the trust state for certificates

RouterOS 7.19 is suffering an issue with certificate store, where the
trust state is not available correctly. This effects certificates
imported a long time ago, with RouterOS 7.4 or older.

Fixing trust state for all certificates by re-setting the trust state...

(Reported as SUP-188791...)
This commit is contained in:
Christian Hesse 2025-05-23 09:06:02 +02:00
parent 64fe923c5a
commit 86ad41f6b6
2 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,7 @@
# Git commit id & info, expected configuration version
:global CommitId "unknown";
:global CommitInfo "unknown";
:global ExpectedConfigVersion 137;
:global ExpectedConfigVersion 138;
# global variables not to be changed by user
:global GlobalFunctionsReady false;