1EXTRACTVOMS(1) User Contributed Perl Documentation EXTRACTVOMS(1)
2
3
4
6 extractVOMS.pl
7
9 extractVOMS.pl [ -cert /path/to/cert.pem ] [ -out /path/to/save/AC.pem ]
10
12 Extracts the VOMS AC from a GSI Proxy or X509 certificate and saves it
13 in /tmp/vomsAC_u<UID>. Use -cert to specify the proxy certificate or
14 x509 certificate from which to extract the AC. Use -out to specift the
15 filename to save the PEM encoded Attribute Certificate.
16
18 This module was originally designed for SHEBANGS, a JISC funded project
19 at The University of Manchester.
20 http://www.mc.manchester.ac.uk/projects/shebangs/
21
22 now http://www.rcs.manchester.ac.uk/projects/shebangs/
23
24 Mailing list, shebangs@listserv.manchester.ac.uk
25
26 Mailing list, voms-lite@listserv.manchester.ac.uk
27
29 Mike Jones <mike.jones@manchester.ac.uk>
30
32 Copyright (C) 2006 by Mike Jones
33
34 This library is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself, either Perl version 5.8.3 or, at
36 your option, any later version of Perl 5 you may have available.
37
38
39
40perl v5.12.3 2010-03-22 EXTRACTVOMS(1)