mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-06-23 02:08:53 +02:00
INITIAL-COMMANDS: match the certificate file name from Let's Encrypt website...
... and our README. 😜
This commit is contained in:
parent
342d459436
commit
f952ea73e6
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ Initial commands
|
||||||
Run the complete base installation:
|
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;
|
: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={
|
:if ([ :len [ /certificate/find where fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470" ] ] != 1) do={
|
||||||
:error "Something is wrong with your certificates!";
|
:error "Something is wrong with your certificates!";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue