Mono stores its own certificates that it uses via either:
cert-sync --user /etc/ssl/certs/ca-certificates.crt (~/.config/.mono) sudo cert-sync /etc/ssl/certs/ca-certificates.crt (/usr/share/.mono)
Without running this, you end up with these results: https://plus.google.com/u/0/110320487434181770905/posts/i59ZLiQA1WR
Pondering the best way to handle it in lieu of a postinstall. Obvious option would be to run cert-sync --user in the build and move the files to $installdir/usr/share/.mono
Considering if there's a better alternative, but leaving here so it's not forgotten.