diff options
author | Christian Hesse <mail@eworm.de> | 2021-09-21 21:53:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-09-21 21:53:51 +0200 |
commit | 0d09121d6890e6b5c92dc404487b6f733c5ca8af (patch) | |
tree | d42cc3e9b910ad9f8396e2d3abb30dec67a2e852 /README.md | |
parent | 4bdfcf16435c0af723433df78192465bec9682bf (diff) |
README: add a note about date and time
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -78,6 +78,10 @@ sure the certificate count is **two**. Always make sure there are no certificates installed you do not know or want! +All following commands will verify the server certificate. For validity the +certificate's lifetime is checked with local time, so make sure the device's +date and time is set correctly! + Now let's download the main scripts and add them in configuration on the fly. :foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={ / system script add name=$Script source=([ / tool fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/plain/" . $Script) output=user as-value]->"data"); }; |