How to import standard CA certificates into MikroTik RouterOS
You can use the following commands to download the standard CA certificates from the Curl webpage and import them:
import_cacerts.rsc
/tool fetch url=https://curl.se/ca/cacert.pem
/certificate import file-name=cacert.pem passphrase=""
This will typically take a couple of minutes.
I recommend to connect to your MikroTik router using SSH, e.g.
ssh_to_router.sh
so you’re able to copy and paste commands more easily.
Check out similar posts by category:
MikroTik
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow