eworm-de / routeros-scripts

a collection of scripts for MikroTik RouterOS
GNU General Public License v3.0
1.27k stars 285 forks source link

RoutesOS 6 Branch #76

Closed dmibot closed 1 month ago

dmibot commented 1 month ago
foreach Script in={ "global-config"; "global-config-overlay"; 
"global-functions" } do={ / system script add name=$Script source=([ / tool fetch 
check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/pla
in/" . $Script . "\?h=routeros-v6") output=user as-value]->"data"); };

failure: ssl connection error: handshake failed: unable to get local issuer certif icate (6

eworm-de commented 1 month ago

Oh, perhaps I should fix that at least...

Well, you need the new root certificate, "ISRG Root X2". It should work if you import that.

eworm-de commented 3 weeks ago

I updated the certificate stuff in 2cda1e9c4c3dd16c72c457e7ad2061da4992941f... Should just work now again.