README: make the trust store a separate section

This commit is contained in:
Christian Hesse 2026-01-21 09:24:36 +01:00
parent 4fe7ca4566
commit e317cb4104

View file

@ -97,19 +97,29 @@ including demonstration recorded live at [MUM Europe
### The long way in detail ### The long way in detail
The update script does server certificate verification, so first step is to The update script does server certificate verification, so first step is
download the certificates. to establish trust.
> 💡️ **Hint**: RouterOS comes with a builtin certificate store. You #### Builtin trust store
> can skip the steps regarding certificate download and import and jump
> to [installation of scripts](#installation-of-scripts) if you set the RouterOS comes with a builtin trust store with several CA certificates.
> certificates to be trusted by the `fetch` command at least. But make If you intend **not** to trust this store jump to
> sure not to drop other targets: [download and import certificate](#download-and-import-certificate) now.
> `/certificate/settings/set builtin-trust-store=fetch;`
> With RouterOS 7.20.x and before the functionality was different. Set Select the `fetch` command to trust these builtin certificates at
> the trust for the builtin trust anchors: least, but make sure not to drop other targets:
/certificate/settings/set builtin-trust-store=fetch;
> 💡️ **Hint**: 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;` > `/certificate/settings/set builtin-trust-anchors=trusted;`
You can skip the steps regarding *download and import certificate* and
jump to [installation of scripts](#installation-of-scripts) now.
#### Download and import certificate
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
certificate chain. certificate chain.