mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
README: fix typo and wording
This commit is contained in:
parent
7c0c27c03f
commit
c93c6e1934
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Initial setup
|
|||
If you know how things work just copy and paste the
|
||||
[initial commands](initial-commands). Remember to edit and rerun
|
||||
`global-config-overlay`!
|
||||
First time useres should take the long way below.
|
||||
First time users should take the long way below.
|
||||
|
||||
### Live presentation
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
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={
|
||||
:error "Anything is wrong with your certificates!";
|
||||
:error "Something is wrong with your certificates!";
|
||||
}
|
||||
/ file remove "letsencrypt.pem";
|
||||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions"; "script-updates" } do={
|
||||
|
|
Loading…
Reference in a new issue