1Mono(cert-sync)                                                Mono(cert-sync)
2
3
4

NAME

6       cert-sync - Mono Certificate Store Sync Tool
7

SYNOPSIS

9       cert-sync [--quiet] [--user] filename
10

DESCRIPTION

12       This tool allows you to populate a Mono certificate store, from a large
13       concatenated list of certificates in PEM format (commonly  provided  on
14       most Linux distributions).
15
16       Its  use is intended to be automated at Mono install time, by distribu‐
17       tion packagers, to seamlessly provide SSL support to Mono  applications
18       without further user interaction.
19

OPTIONS

21       --quiet
22              Suppress verbose output
23
24       --user Populate  the  per-user  store  in  the  user's  home directory,
25              instead of the system-wide store.
26
27       filename.crt
28              Path to a certificate bundle. The Mono store will have any extra
29              entries  removed, and new entries added, to reflect the provided
30              file.
31
32

EXAMPLES

34       cert-sync /etc/ssl/certs/ca-certificates.crt
35              Synchronize the machine store, from the Debian cert store  loca‐
36              tion
37
38       cert-sync --user /etc/pki/tls/certs/ca-bundle.crt
39              Synchronize the user store, from the Red Hat cert store location
40
41

AUTHOR

43       Written by Jo Shields
44
45
47       Copyright (C) 2016 Microsoft Corp
48

MAILING LISTS

50       Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
51

WEB SITE

53       Visit http://www.mono-project.com for details
54

SEE ALSO

56       certmgr(1)
57
58
59
60                                                               Mono(cert-sync)
Impressum