mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-28 11:59:33 +00:00
README: reword the hint on builtin trust store
This commit is contained in:
parent
48b3683582
commit
536cecc996
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -100,14 +100,15 @@ including demonstration recorded live at [MUM Europe
|
||||||
The update script does server certificate verification, so first step is to
|
The update script does server certificate verification, so first step is to
|
||||||
download the certificates.
|
download the certificates.
|
||||||
|
|
||||||
> 💡️ **Hint**: RouterOS 7.19 comes with a builtin certificate store. You
|
> 💡️ **Hint**: RouterOS comes with a builtin certificate store. You
|
||||||
> can skip the steps regarding certificate download and import and jump
|
> can skip the steps regarding certificate download and import and jump
|
||||||
> to [installation of scripts](#installation-of-scripts) if you set the
|
> to [installation of scripts](#installation-of-scripts) if you set the
|
||||||
> trust for these builtin trust anchors:
|
> certificates to be trusted by the `fetch` command at least. But make
|
||||||
> `/certificate/settings/set builtin-trust-anchors=trusted;`
|
> sure not to drop other targets:
|
||||||
> With RouterOS 7.21 the functionality was changed. Set this at minimum,
|
|
||||||
> but make sure not to drop other targets:
|
|
||||||
> `/certificate/settings/set builtin-trust-store=fetch;`
|
> `/certificate/settings/set builtin-trust-store=fetch;`
|
||||||
|
> With RouterOS 7.20.x and before the functionality was different. Set
|
||||||
|
> the trust for the builtin trust anchors:
|
||||||
|
> `/certificate/settings/set builtin-trust-anchors=trusted;`
|
||||||
|
|
||||||
If you intend to download the scripts from a
|
If you intend to download the scripts from a
|
||||||
different location (for example from github.com) install the corresponding
|
different location (for example from github.com) install the corresponding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue