Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / setreg.1
1 .\" 
2 .\" setreg manual page.
3 .\" Copyright 2004 Novell
4 .\" Author:
5 .\"   Sebastien Pouliot <sebastien@ximian.com>
6 .\"
7 .TH Mono "setreg"
8 .SH NAME
9 setreg \- Change settings for public key cryptography
10 .SH SYNOPSIS
11 .PP
12 .B setreg [options] [feature] [true|false]
13 .SH DESCRIPTION
14 Allow to configure some optional settings for public key cryptography 
15 parameters used in Mono.
16 .SH OPTIONS
17 .TP
18 .I "-q"
19 Quiet mode. Limited display on console.
20 .TP
21 .I "-help", "-h", "-?", "/?"
22 Display help about this tool.
23 .SH FEATURES
24 .TP
25 .I "1"
26 Trust the test root certificates (both Microsoft and Mono). Depending on the 
27 value this will add (TRUE) or remove (FALSE) the two self-signed certificates
28 from the current user Trust store.
29 .SH AUTHOR
30 Written by Sebastien Pouliot
31 .SH COPYRIGHT
32 Copyright (C) 2004 Novell.
33 .SH MAILING LISTS
34 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
35 .SH WEB SITE
36 Visit http://www.mono-project.com for details
37 .SH SEE ALSO
38 .BR chktrust(1), certmgr(1), makecert(1)