~ubuntu-branches/ubuntu/trusty/burp/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/Manpages-fix/manpages/burp_ca.8

  • Committer: Package Import Robot
  • Author(s): Bastiaan Franciscus van den Dikkenberg
  • Date: 2012-05-30 21:09:49 UTC
  • Revision ID: package-import@ubuntu.com-20120530210949-mt0p5es1ziwlhl9c
Tags: 1.3.6-2
Fixed unescaped - signes in man pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH burp_ca 8 "February 10, 2012" "" "burp_ca"
 
2
 
 
3
.SH NAME
 
4
burp_ca \- program for generating certificates for use with burp
 
5
 
 
6
.SH SYNOPSIS
 
7
.B burp_ca
 
8
.RI [ options ]
 
9
.br
 
10
 
 
11
.LP
 
12
A script for generating certificates for use with burp. This script comes with the burp backup and restore package, and was contributed by Patrick Koppen.
 
13
 
 
14
.SH OPTIONS
 
15
.TP
 
16
\fB\-h|--help\fR \fB\fR
 
17
show help
 
18
.TP
 
19
\fB\-i|--init\fR \fB\fR
 
20
inititalize CA
 
21
.TP
 
22
\fB\-k|--key\fR \fB\fR
 
23
generate new key
 
24
.TP
 
25
\fB\-r|--request \fR \fB\fR
 
26
generate certificate sign request
 
27
.TP
 
28
\fB\-s|--sign\fR \fB\fR
 
29
sign csr (use --ca <ca> and --name <name>)
 
30
.IP
 
31
\fB\--batch\fR \fB\fR
 
32
do not prompt for anything
 
33
.IP
 
34
\fB\--revoke\fR \fB<number>\fR
 
35
revoke certificate with serial number
 
36
.IP
 
37
\fB\--crl\fR \fB\fR
 
38
generate certificate revoke list
 
39
.TP
 
40
\fB\-d|--dir\fR \fB<dir>\fR
 
41
ca output dir (default: /etc/burp/CA)
 
42
.TP
 
43
\fB\-c|--config\fR \fB\fR
 
44
config file (default: /etc/burp/CA.cnf)
 
45
.TP
 
46
\fB\-n|--name\fR \fB\fR
 
47
name (default: builder)
 
48
.TP
 
49
\fB\-D|--days\fR \fB\fR
 
50
valid days for certificate (default in config file)
 
51
.IP
 
52
\fB\--ca_days\fR \fB\fR
 
53
valid days for CA certificate (default: 3650)
 
54
.TP
 
55
\fB\-S|--size\fR \fB\fR
 
56
key size (default: 2048)
 
57
.TP
 
58
\fB\-a|--ca\fR \fB\fR
 
59
ca name if different from name
 
60
.TP
 
61
\fB\-f|--dhfile\fR \fB<path>\fR
 
62
generate a new dhfile
 
63
.SH
 
64
 
 
65
.SH BUGS
 
66
If you find bugs, please report them to the email list. See the website
 
67
<http://burp.grke.net/> for details.
 
68
 
 
69
.SH AUTHOR
 
70
The main author of Burp is Graham Keeling.
 
71
 
 
72
.SH COPYRIGHT
 
73
See the LICENCE file included with the source distribution.