aboutsummaryrefslogtreecommitdiffstats
path: root/INITIAL-COMMANDS.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-08-19 14:55:04 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-08-19 15:10:16 +0200
commitf952ea73e64c167e44ecfd2812c42a1c0b4e9429 (patch)
treea2925a4301dd7e2f56c7d66681eb55fcc074bbcb /INITIAL-COMMANDS.md
parent342d459436414ea94b9081474122c60b50f61569 (diff)
INITIAL-COMMANDS: match the certificate file name from Let's Encrypt website...
... and our README. 😜
Diffstat (limited to 'INITIAL-COMMANDS.md')
-rw-r--r--INITIAL-COMMANDS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md
index 3f5f75c..84a88fe 100644
--- a/INITIAL-COMMANDS.md
+++ b/INITIAL-COMMANDS.md
@@ -17,9 +17,9 @@ Initial commands
Run the complete base installation:
{
- /tool/fetch "https://git.eworm.de/cgit/routeros-scripts/plain/certs/ISRG-Root-X2.pem" dst-path="ISRG-Root-X2.pem" as-value;
+ /tool/fetch "https://git.eworm.de/cgit/routeros-scripts/plain/certs/ISRG-Root-X2.pem" dst-path="isrg-root-x2.pem" as-value;
:delay 1s;
- /certificate/import file-name=ISRG-Root-X2.pem passphrase="";
+ /certificate/import file-name=isrg-root-x2.pem passphrase="";
:if ([ :len [ /certificate/find where fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470" ] ] != 1) do={
:error "Something is wrong with your certificates!";
};