mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-06 14:09:35 +00:00
Compare commits
62 commits
0aa7645158
...
f88ba31576
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f88ba31576 | ||
|
|
346881421b | ||
|
|
609a6ced72 | ||
|
|
794a6ecc34 | ||
|
|
07325a4437 | ||
|
|
ee776fe01a | ||
|
|
e5d2ed45e5 | ||
|
|
9c3b2ed499 | ||
|
|
9db4b76b5f | ||
|
|
feaeb8e5e5 | ||
|
|
a244be21c3 | ||
|
|
a05bd41394 | ||
|
|
820a041fdf | ||
|
|
e05d91caea | ||
|
|
ccafabcd17 | ||
|
|
c3c68e9b3a | ||
|
|
9e1dd45680 | ||
|
|
0dc7c692f1 | ||
|
|
80aa9959ed | ||
|
|
d163b6a7d1 | ||
|
|
1c121e8b2e | ||
|
|
970bafb1dc | ||
|
|
9a4cb763b5 | ||
|
|
cebc871269 | ||
|
|
0b22f9ff2e | ||
|
|
12d326fd35 | ||
|
|
7ed925c16f | ||
|
|
f198af6f9d | ||
|
|
d3506fc848 | ||
|
|
34745aeb1b | ||
|
|
563084a4ac | ||
|
|
8bcb35c9f2 | ||
|
|
c478211e73 | ||
|
|
9ff5c0572d | ||
|
|
3836c0bd17 | ||
|
|
8726543e8d | ||
|
|
29f0c02abe | ||
|
|
70fecc070a | ||
|
|
d53d683d2e | ||
|
|
cbdd891bb5 | ||
|
|
a0a010f410 | ||
|
|
4e7224dea0 | ||
|
|
a8cd59517e | ||
|
|
a985ca383c | ||
|
|
7ea76c24b5 | ||
|
|
e1b2191680 | ||
|
|
cfc04f8fe4 | ||
|
|
4bb8053a02 | ||
|
|
f31c90b6a9 | ||
|
|
932617ff81 | ||
|
|
a1baffb6fe | ||
|
|
2185f21f1c | ||
|
|
89031a7439 | ||
|
|
e9e1181c79 | ||
|
|
06f6f29a27 | ||
|
|
8b6545484f | ||
|
|
3bfdc838c0 | ||
|
|
7675f09e8e | ||
|
|
6f902f8cc0 | ||
|
|
d769261936 | ||
|
|
e487263e75 | ||
|
|
d4b56670ab |
3 changed files with 3 additions and 4 deletions
|
|
@ -259,12 +259,12 @@
|
|||
# Use this for certificate auto-renew
|
||||
:global CertRenewUrl "";
|
||||
#:global CertRenewUrl "https://example.com/certificates/";
|
||||
:global CertRenewTime 2w;
|
||||
:global CertRenewTime 3w;
|
||||
:global CertRenewPass {
|
||||
"v3ry-s3cr3t";
|
||||
"4n0th3r-s3cr3t";
|
||||
};
|
||||
:global CertWarnTime 1w;
|
||||
:global CertWarnTime 2w;
|
||||
:global CertIssuedExportPass {
|
||||
"cert1-cn"="v3ry-s3cr3t";
|
||||
"cert2-cn"="4n0th3r-s3cr3t";
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# Git commit id & info, expected configuration version
|
||||
:global CommitId "unknown";
|
||||
:global CommitInfo "unknown";
|
||||
:global ExpectedConfigVersion 139;
|
||||
:global ExpectedConfigVersion 138;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global GlobalFunctionsReady false;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@
|
|||
136="Introduced script 'check-perpetual-license' to check for license state on CHR.";
|
||||
137="Added support to send notifications via Gotify (gotify.net).";
|
||||
138="RouterOS 7.19 is suffering an issue with certificate store. Fixing trust state for all certificates...";
|
||||
139="Certificate Authorities will reduce the leaf certificate validity times soon. Thus the defaults for renewal and warning in 'check-certificates' were decreased.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue