1CERT-INIT(1)          User Contributed Perl Documentation         CERT-INIT(1)
2
3
4

NAME

6         cert-init.pl
7

SYNOPSIS

9         cert-init.pl [ -cacert /path/to/cacert.pem ]
10                      [ -cakey /path/to/cacert's/key.pem ]
11                      [ -out /path/to/save/cert ]
12                      [ -outkey /path/to/save/key ]
13                      [ -passout password-to-encrypt-output-key ]
14                      [ -capass password-to-decrypt-cakey ]
15                      [ -lifetime N (hours, default 8544 hours (365 days)) ]
16                      [ -serial N ]
17                      [ -host dns.of.host.for.alt.name ]
18                      [ -bits N (any of {512|1024|2048|4096} default 1024) ]
19                      [ -CA  ]
20                The following will be processsed in the order they are encountered
21                      [ -C countryName ]
22                      [ -O Organisation ]
23                      [ -OU OrganisationUnit ]
24                      [ -L Location ]
25                      [ -DC DomainComponent ]
26                      [ -ST StateOrProvince ] (Not recommended)
27                      [ -UID UserID ] (Not recommended)
28                      [ -Email emailAddress ]
29                      [ -CN CommonName ]
30

DESCRIPTION

32       Creates an X.509 certificate and key.
33

SEE ALSO

35       This script was originally designed for SHEBANGS, a JISC funded project
36       at The University of Manchester.
37       http://www.mc.manchester.ac.uk/projects/shebangs/
38        now http://www.rcs.manchester.ac.uk/projects/shebangs/
39
40       Mailing list, shebangs@listserv.manchester.ac.uk
41
42       Mailing list, voms-lite@listserv.manchester.ac.uk
43

AUTHOR

45       Mike Jones <mike.jones@manchester.ac.uk>
46
48       Copyright (C) 2006 by Mike Jones
49
50       This library is free software; you can redistribute it and/or modify it
51       under the same terms as Perl itself, either Perl version 5.8.3 or, at
52       your option, any later version of Perl 5 you may have available.
53
54
55
56perl v5.28.1                      2011-03-20                      CERT-INIT(1)
Impressum