Fixity fix. Remove Xr packages, update mono-wine packages.
[mono.git] / man / makecert.1
1 .\" 
2 .\" makecert manual page.
3 .\" Copyright 2003 Motus Technologies
4 .\" Author:
5 .\"   Sebastien Pouliot (spouliot@motus.com)
6 .\"
7 .TH Mono "MakeCert"
8 .SH NAME
9 MakeCert \- Create X.509 certificates for test purposes
10 .SH SYNOPSIS
11 .PP
12 .B MakeCert [options] certificate
13 .SH DESCRIPTION
14 Create an X.509 certificate using the provided informations. This
15 is useful for testing Authenticode signatures, SSL and S/MIME
16 technologies.
17 .SH PARAMETERS
18 .TP
19 .I "-# num"
20 Certificate serial number
21 .TP
22 .I "-n dn"
23 Subject Distinguished Name
24 .TP
25 .I "-in dn"
26 Issuert Distinguished Name
27 .TP
28 .I "-r"
29 Create a self-signed (root) certificate
30 .TP
31 .I "-sv pkvfile"
32 Private key file (.PVK) for the subject (created if missing)
33 .TP
34 .I "-iv pvkfile"
35 Private key file (.PVK) for the issuer
36 .TP
37 .I "-ic certfile"
38 Extract the issuer's name from the specified certificate
39 .TP
40 .I "-?"
41 Help (display this help message)
42 .TP
43 .I "-!"
44 Extended help (for advanced options)
45 .TP
46 .I "-a hash"
47 Select hash algorithm. Only MD5 and SHA1 are supported.
48 .TP
49 .I "-b date"
50 The date since when the certificate is valid (notBefore).
51 .TP
52 .I "-cy [authority|end]"
53 Basic constraints. Select Authority or End-Entity certificate.
54 .TP
55 .I "-e date"
56 The date until when the certificate is valid (notAfter).
57 .TP
58 .I "-eku oid[,oid]"
59 Add some extended key usage OID to the certificate.
60 .TP
61 .I "-h number"
62 Add a path length restriction to the certificate chain.
63 .TP
64 .I "-ic cert"
65 Take the issuer's name from the specified certificate.
66 .TP
67 .I "-in name"
68 Take the issuer's name from the specified parameter.
69 .TP
70 .I "-iv pvkfile"
71 Sign the certificate using the private key inside the PVK file.
72 .TP
73 .I "-m number"
74 Certificate validity period (in months).
75 .TP
76 .I "-sv pvkfile"
77 Create a new PVK file if non-existant, otherwise use the PVK file as the subject public key.
78 .SH AUTHOR
79 Written by Sebastien Pouliot
80 .SH COPYRIGHT
81 Copyright (C) 2003 Motus Technologies. 
82 Released under BSD license.
83 .SH MAILING LISTS
84 Visit http://mail.ximian.com/mailman/mono-list for details.
85 .SH WEB SITE
86 Visit: http://www.go-mono.com for details
87 .SH SEE ALSO
88 .BR signcode(1)