mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-06 22:19:35 +00:00
Compare commits
23 commits
125d96da9f
...
4b9bfac281
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b9bfac281 | ||
|
|
5140135c95 | ||
|
|
253ecfef88 | ||
|
|
c22fbaac69 | ||
|
|
4bc3bf40e6 | ||
|
|
2a44fa6853 | ||
|
|
d69b399572 | ||
|
|
7410b366d4 | ||
|
|
2de98789a2 | ||
|
|
11e2aef5d8 | ||
|
|
9efc5047d0 | ||
|
|
0014674260 | ||
|
|
479638688d | ||
|
|
4e8f9119e9 | ||
|
|
42213493e7 | ||
|
|
7057fec1d9 | ||
|
|
5f03239291 | ||
|
|
b5e6b97c43 | ||
|
|
4a49a9724c | ||
|
|
70111614ea | ||
|
|
ffeb4940e1 | ||
|
|
dcf1e5b37e | ||
|
|
56ee1056d1 |
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ Run the complete base installation:
|
|||
:error "Something is wrong with your certificates!";
|
||||
};
|
||||
:delay 1s;
|
||||
}
|
||||
};
|
||||
:put "Renaming global-config-overlay, if exists...";
|
||||
/system/script/set name=("global-config-overlay-" . [ /system/clock/get date ] . "-" . [ /system/clock/get time ]) [ find where name="global-config-overlay" ];
|
||||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={
|
||||
|
|
@ -49,7 +49,7 @@ Run the complete base installation:
|
|||
:put "Renaming certificate by its common-name...";
|
||||
:global CertificateNameByCN;
|
||||
$CertificateNameByCN $CertFingerprint;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Then continue setup with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue