aboutsummaryrefslogtreecommitdiffstats
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-04-23 10:44:59 +0200
commit945afaa456f2e2519b623ff667717326152a381d (patch)
treee7bb143bd322d33cc96211a02fb26350dbf71851
parent6a260aa4958ec84f42fe0aee4b6a6a4b3da2fd3c (diff)
INITIAL-COMMANDS: drop command to remove certificate file...staging
... as this is done automatically with RouterOS 7.15rc1 and later.
-rw-r--r--INITIAL-COMMANDS.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md
index 4a12197..323e035 100644
--- a/INITIAL-COMMANDS.md
+++ b/INITIAL-COMMANDS.md
@@ -23,7 +23,6 @@ Run the complete base installation:
:if ([ :len [ /certificate/find where fingerprint="46494e30379059df18be52124305e606fc59070e5b21076ce113954b60517cda" or fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470" ] ] != 2) do={
:error "Something is wrong with your certificates!";
};
- /file/remove [ find where name="letsencrypt-E1.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={