Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2014-09-22 16:37:36 +0400
committerJo Shields <jo.shields@xamarin.com>2014-09-22 17:02:03 +0400
commit452073b91e0b6fc642b8c6ba14e60ac9cb1794c5 (patch)
treed5a24df414dc093353e9b38f6c54b963e9383074 /scripts/Makefile.am
parent05d341392c0b03fe77c18089653673a987306bb3 (diff)
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.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 93adea143ed..ac0e3a9a957 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -76,6 +76,7 @@ scripts_4_0 = \
prj2make$(SCRIPT_SUFFIX) \
soapsuds$(SCRIPT_SUFFIX) \
caspol$(SCRIPT_SUFFIX) \
+ cert-sync$(SCRIPT_SUFFIX) \
cert2spc$(SCRIPT_SUFFIX) \
certmgr$(SCRIPT_SUFFIX) \
chktrust$(SCRIPT_SUFFIX) \