Navigation Menu

Skip to content

Commit

Permalink
Use cert-sync instead of deprecated mozroots to import system trusted…
Browse files Browse the repository at this point in the history
… certificates into mono cert store
  • Loading branch information
hirschmann committed Nov 20, 2017
1 parent 5971e49 commit ee3e2f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sh
Expand Up @@ -6,7 +6,12 @@ function download-nuget {
wget $NUGET_URL

# import Mozilla trusted root certificates into mono certificates store
mozroots --import --sync

# Debian / Ubuntu / Arch
cert-sync "/etc/ssl/certs/ca-certificates.crt"

# Fedora / CentOS
cert-sync "/etc/pki/tls/certs/ca-bundle.crt"
}


Expand Down

0 comments on commit ee3e2f8

Please sign in to comment.