mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
README: fix typo and wording
This commit is contained in:
@ -27,7 +27,7 @@ Initial setup
|
|||||||
If you know how things work just copy and paste the
|
If you know how things work just copy and paste the
|
||||||
[initial commands](initial-commands). Remember to edit and rerun
|
[initial commands](initial-commands). Remember to edit and rerun
|
||||||
`global-config-overlay`!
|
`global-config-overlay`!
|
||||||
First time useres should take the long way below.
|
First time users should take the long way below.
|
||||||
|
|
||||||
### Live presentation
|
### Live presentation
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
set name="DST-Root-CA-X3" [ find where fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ];
|
set name="DST-Root-CA-X3" [ find where fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ];
|
||||||
}
|
}
|
||||||
:if ([ / certificate print count-only where fingerprint="96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6" or fingerprint="731d3d9cfaa061487a1d71445a42f67df0afca2a6c2d2f98ff7b3ce112b1f568" or fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ] != 3) do={
|
:if ([ / certificate print count-only where fingerprint="96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6" or fingerprint="731d3d9cfaa061487a1d71445a42f67df0afca2a6c2d2f98ff7b3ce112b1f568" or fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ] != 3) do={
|
||||||
:error "Anything is wrong with your certificates!";
|
:error "Something is wrong with your certificates!";
|
||||||
}
|
}
|
||||||
/ file remove "letsencrypt.pem";
|
/ file remove "letsencrypt.pem";
|
||||||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions"; "script-updates" } do={
|
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions"; "script-updates" } do={
|
||||||
|
Reference in New Issue
Block a user