Skip to content

Instantly share code, notes, and snippets.

@chmac
chmac / run.sh
Created June 15, 2018 14:20
Fix Mono No certificates found error on MacOS
#!/bin/sh
# The error was:
# No certificates found, you can install some with one of these commands:
# cert-sync /etc/ssl/certs/ca-certificates.crt #for Debian based systems
# cert-sync /etc/pki/tls/certs/ca-bundle.crt #for RedHat derivatives
# Read more: http://www.mono-project.com/docs/about-mono/releases/3.12.0/#cert-sync
# From here: http://www.mono-project.com/docs/about-mono/releases/4.8.0/#tls-12-support
# The fix was: