Skip to content

Instantly share code, notes, and snippets.

@chase
Last active August 29, 2015 14:18
Show Gist options
  • Save chase/b380f05213a22c9a9173 to your computer and use it in GitHub Desktop.
Save chase/b380f05213a22c9a9173 to your computer and use it in GitHub Desktop.
Fix Mono KPM on Linux (Add MS Certs)
# kpm restore whines about failing to write some headers, here's the non-obvious fix:
# Add Microsofts poorly signed certificates!
sudo certmgr -ssl -m https://go.microsoft.com
sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
sudo certmgr -ssl -m https://nuget.org
mozroots --import --sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment