Add a tool which can sync the Mono cert store from an arbitrary cert bundle (i.e...
commit452073b91e0b6fc642b8c6ba14e60ac9cb1794c5
authorJo Shields <jo.shields@xamarin.com>
Mon, 22 Sep 2014 12:37:36 +0000 (22 13:37 +0100)
committerJo Shields <jo.shields@xamarin.com>
Mon, 22 Sep 2014 13:02:03 +0000 (22 14:02 +0100)
treed5a24df414dc093353e9b38f6c54b963e9383074
parent05d341392c0b03fe77c18089653673a987306bb3
Add a tool which can sync the Mono cert store from an arbitrary cert bundle (i.e. every trusted CA.pem in one big text file). This is a format used by most Linux distributions, so allows Mono packagers to automatically integrate the Mono cert store with the OS cert store.
mcs/tools/security/Makefile
mcs/tools/security/cert-sync.cs [new file with mode: 0644]
scripts/Makefile.am