1burp_ca(8)                          burp_ca                         burp_ca(8)
2
3
4

NAME

6       burp_ca - program for generating certificates for use with burp
7
8

SYNOPSIS

10       burp_ca [options]
11
12
13       A  script  for  generating  certificates for use with burp. This script
14       comes with the burp backup and restore package, and was contributed  by
15       Patrick Koppen.
16
17

OPTIONS

19       -h|--help
20              show help
21
22       -i|--init
23              inititalize CA
24
25       -k|--key
26              generate new key
27
28       -r|--request
29              generate certificate sign request
30
31       -s|--sign
32              sign csr (use --ca <ca> and --name <name>)
33
34              --batch do not prompt for anything
35
36              --revoke <number> revoke certificate with serial number
37
38              --crl generate certificate revoke list
39
40       -d|--dir <dir>
41              ca output dir (default: /etc/burp/CA)
42
43       -c|--config
44              config file (default: /etc/burp/CA.cnf)
45
46       -n|--name
47              name (default: builder)
48
49       -D|--days
50              valid days for certificate (default in config file)
51
52              --ca_days valid days for CA certificate (default: 3650)
53
54       -S|--size
55              key size (default: 2048)
56
57       -a|--ca
58              ca name if different from name
59
60       -f|--dhfile <path>
61              generate a new dhfile
62
63
64
65

BUGS

67       If you find bugs, please report them to the email list. See the website
68       <http://burp.grke.net/> for details.
69
70

AUTHOR

72       Patrick Koppen wrote burp_ca.  The main author of Burp is Graham  Keel‐
73       ing.
74
75
77       See the LICENCE file included with the source distribution.
78
79
80
81                               February 10, 2012                    burp_ca(8)
Impressum