Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / cert-sync.1
1 .\" 
2 .\" cert-sync  manual page.
3 .\" Copyright 2016 Microsoft Corp
4 .\" Author:
5 .\"   Jo Shields <joshield@microsoft.com>
6 .\"
7 .TH Mono "cert-sync"
8 .SH NAME
9 cert-sync \- Mono Certificate Store Sync Tool
10 .SH SYNOPSIS
11 .PP
12 .B cert-sync [--quiet] [--user] filename
13 .SH DESCRIPTION
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 
16 Linux distributions).
17
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.
21 .SH OPTIONS
22 .TP
23 .I "--quiet"
24 Suppress verbose output
25 .TP
26 .I "--user"
27 Populate the per-user store in the user's home directory, instead of the 
28 system-wide store.
29 .TP
30 .I "filename.crt"
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.
33
34 .SH EXAMPLES
35 .TP
36 .B cert-sync /etc/ssl/certs/ca-certificates.crt
37 Synchronize the machine store, from the Debian cert store location
38 .TP
39 .B cert-sync --user /etc/pki/tls/certs/ca-bundle.crt
40 Synchronize the user store, from the Red Hat cert store location
41
42 .SH AUTHOR
43 Written by Jo Shields
44
45 .SH COPYRIGHT
46 Copyright (C) 2016 Microsoft Corp
47 .SH MAILING LISTS
48 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
49 .SH WEB SITE
50 Visit http://www.mono-project.com for details
51 .SH SEE ALSO
52 .BR certmgr(1)