Skip to content

Instantly share code, notes, and snippets.

@inntran
Created January 4, 2018 18:13
Show Gist options
  • Save inntran/5050dc846ff29b1a5a5a6c867073cb4f to your computer and use it in GitHub Desktop.
Save inntran/5050dc846ff29b1a5a5a6c867073cb4f to your computer and use it in GitHub Desktop.
Install latest Mozilla trusted CA certificates on Mikrotik RouterOS

Steps

  1. Get latest CA certificates from Mozilla: https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV
  2. Extract PEM format certificates from CSV, using this tool I wrote: https://github.com/inntran/RubyPowerTools/blob/master/bin/csv or DIY ./csv IncludedCACertificateWithPEMReport.csv "PEM Info" > moz-cert-$(date +%Y%m%d).crt
  3. Upload/Copy generated bundle certificate file to RouterOS
  4. Import using command /certificate import file-name=moz-cert-20180101.crt, should replace 20180101 with actual filename.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment