mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-04-18 02:59:37 +00:00
Compare commits
63 commits
f88ba31576
...
0aa7645158
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0aa7645158 | ||
|
|
8727d30a59 | ||
|
|
cc04c75562 | ||
|
|
5886d9380a | ||
|
|
d20af17dd4 | ||
|
|
1421d9742d | ||
|
|
132006204e | ||
|
|
a32b312f10 | ||
|
|
90ef132a9d | ||
|
|
4a701fded0 | ||
|
|
8a97c7c8eb | ||
|
|
048760d0eb | ||
|
|
a167535b01 | ||
|
|
75e79afd43 | ||
|
|
94ec5cc041 | ||
|
|
fc60fbfa8e | ||
|
|
89b3494ad6 | ||
|
|
c50e5ee431 | ||
|
|
4e93434772 | ||
|
|
1a0fd10463 | ||
|
|
505a488297 | ||
|
|
341910ca36 | ||
|
|
f53ee3916c | ||
|
|
4fea8c8e13 | ||
|
|
97a9843e90 | ||
|
|
4073b1fc22 | ||
|
|
c527536981 | ||
|
|
d578b9c63c | ||
|
|
05cbdc562c | ||
|
|
2027ad8f25 | ||
|
|
eac5cd02fa | ||
|
|
7b3214a538 | ||
|
|
d4cfeb5141 | ||
|
|
0f9d83ab95 | ||
|
|
c8d667ac2e | ||
|
|
b7d90480e8 | ||
|
|
5202288e46 | ||
|
|
2f6110d92e | ||
|
|
44577200f1 | ||
|
|
e9094c2a50 | ||
|
|
92f5368180 | ||
|
|
90b1eac75e | ||
|
|
bf0a045239 | ||
|
|
8bdcc9e266 | ||
|
|
2085a693cc | ||
|
|
3b7bbb43a5 | ||
|
|
a4234f7fbd | ||
|
|
bad01fe391 | ||
|
|
1c8c178c1b | ||
|
|
acf1e021ec | ||
|
|
704b94b1d3 | ||
|
|
002c7982a7 | ||
|
|
e81ea475ea | ||
|
|
d69dc1846a | ||
|
|
aa00b5b402 | ||
|
|
1929fa42c8 | ||
|
|
1c5f910d1f | ||
|
|
2971508a0e | ||
|
|
be792db498 | ||
|
|
6e85916fb5 | ||
|
|
bbb046a42d | ||
|
|
3b79b8e7fb | ||
|
|
8b88682d3d |
3 changed files with 4 additions and 3 deletions
|
|
@ -259,12 +259,12 @@
|
|||
# Use this for certificate auto-renew
|
||||
:global CertRenewUrl "";
|
||||
#:global CertRenewUrl "https://example.com/certificates/";
|
||||
:global CertRenewTime 3w;
|
||||
:global CertRenewTime 2w;
|
||||
:global CertRenewPass {
|
||||
"v3ry-s3cr3t";
|
||||
"4n0th3r-s3cr3t";
|
||||
};
|
||||
:global CertWarnTime 2w;
|
||||
:global CertWarnTime 1w;
|
||||
: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 138;
|
||||
:global ExpectedConfigVersion 139;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global GlobalFunctionsReady false;
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
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