aboutsummaryrefslogtreecommitdiffstats
path: root/INITIAL-COMMANDS.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-04-23 10:14:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-06-21 21:46:35 +0200
commit97eb565f38f284b4e18d3099329f0979ccc1f195 (patch)
treea6ab6b94f4c8bb6a97a5b509b32552d7e893a07a /INITIAL-COMMANDS.md
parent3ff259a466094d09aac13ff35e09e143103dc9d4 (diff)
INITIAL-COMMANDS: drop command to remove certificate file...
... as this is done automatically with RouterOS 7.15rc1 and later.
Diffstat (limited to 'INITIAL-COMMANDS.md')
-rw-r--r--INITIAL-COMMANDS.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md
index b3eff35..6883dea 100644
--- a/INITIAL-COMMANDS.md
+++ b/INITIAL-COMMANDS.md
@@ -23,7 +23,6 @@ Run the complete base installation:
:if ([ :len [ /certificate/find where fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470" ] ] != 1) do={
:error "Something is wrong with your certificates!";
};
- /file/remove [ find where name="ISRG-Root-X2.pem" ];
:delay 1s;
/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={