mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-06-21 01:25:52 +02:00
README: give a hint on builtin certificate store
I guess this should become the default any time in future...
This commit is contained in:
parent
6a49c483b6
commit
3d3b270748
1 changed files with 8 additions and 1 deletions
|
@ -72,7 +72,14 @@ including demonstation 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 to
|
||||||
download the certificates. If you intend to download the scripts from a
|
download the certificates.
|
||||||
|
|
||||||
|
> 💡️ **Hint**: RouterOS 7.19 comes with a builtin certificate store. You
|
||||||
|
> can skip the steps regarding certificate download and import if you set
|
||||||
|
> the trust for these builtin trust anchors:
|
||||||
|
> `/certificate/settings/set builtin-trust-anchors=trusted;`
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue