2 .\" cert-sync manual page.
3 .\" Copyright 2016 Microsoft Corp
5 .\" Jo Shields <joshield@microsoft.com>
9 cert-sync \- Mono Certificate Store Sync Tool
12 .B cert-sync [--quiet] [--user] filename
14 This tool allows you to populate a Mono certificate store, from a large
15 concatenated list of certificates in PEM format (commonly provided on most
18 Its use is intended to be automated at Mono install time, by distribution
19 packagers, to seamlessly provide SSL support to Mono applications without
20 further user interaction.
24 Suppress verbose output
27 Populate the per-user store in the user's home directory, instead of the
31 Path to a certificate bundle. The Mono store will have any extra entries
32 removed, and new entries added, to reflect the provided file.
36 .B cert-sync /etc/ssl/certs/ca-certificates.crt
37 Synchronize the machine store, from the Debian cert store location
39 .B cert-sync --user /etc/pki/tls/certs/ca-bundle.crt
40 Synchronize the user store, from the Red Hat cert store location
46 Copyright (C) 2016 Microsoft Corp
48 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
50 Visit http://www.mono-project.com for details