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

NAME

6         voms-proxy-init.pl
7

SYNOPSIS

9         An extension to the proxy-init.pl scrypt.  It uses LWP::UserAgent to get a VOMS credential from a compatable server.
10
11         voms-proxy-init VOMSURI \
12                         [ -cert /path/to/cert.pem ] \
13                         [ -key /path/to/cert's/key.pem ] \
14                         [ -out /path/to/save/proxy ] \
15                         [ -CApath /path/to/CA/directory (to verify VOMS server against) ] \.
16                         [ -lifetime N (hours, default 12 hours) ] \
17                         [ -pl N  ] \
18                         [ -(old|new|rfc|limited)] \
19                         [ -verbose ( shows warnings and thinking )] \
20                         [ -debug ( shows encrypted/decrypted wire traffic ) ]
21

DESCRIPTION

23       Creates a 512 bit proxy certificate which includs a VOMS attribute
24       certificate.
25
26       VOMSURI is either
27       vomss://voms.server.fqdn:port/VO/Subgroup/.../Role=role/Capability=capability
28       https://voms.server.fqdn:port/VO/Subgroup/.../Role=role/Capability=capability.
29         where Subgroup, Role and Capability are optional.
30
31       use the vomss:// style uri to contact gLite VOMS vomsd servers and the
32       https:// style uri to contact RESTful servers (https GET protocol)
33

SEE ALSO

35       This script was originally designed for SHEBANGS, a JISC funded project
36       at The University of Manchester.
37       http://www.rcs.manchester.ac.uk/projects/shebangs/
38
39       Modifications (gLite VOMS support) made for JISC funded SARoNGS
40       project.  http://www.rcs.manchester.ac.uk/projects/sarongs/
41
42       Mailing list, shebangs@listserv.manchester.ac.uk
43
44       Mailing list, voms-lite@listserv.manchester.ac.uk
45

AUTHOR

47       Mike Jones <mike.jones@manchester.ac.uk>
48
50       Copyright (C) 2006 2009 by Mike Jones
51
52       This library is free software; you can redistribute it and/or modify it
53       under the same terms as Perl itself, either Perl version 5.8.3 or, at
54       your option, any later version of Perl 5 you may have available.
55
56
57
58perl v5.30.1                      2020-01-30                VOMS-PROXY-INIT(1)
Impressum