Last active
August 29, 2015 14:18
-
-
Save chase/b380f05213a22c9a9173 to your computer and use it in GitHub Desktop.
Fix Mono KPM on Linux (Add MS Certs)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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