The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  voms-proxy-list.pl

SYNOPSIS

  An extension to the voms-proxy-init.pl scrypt. 

  voms-proxy-list VOMSURI \
                  [ -cert /path/to/cert.pem ] \
                  [ -key /path/to/cert's/key.pem ] \
                  [ -CApath /path/to/CA/directory (to verify VOMS server against) ] \.
                  [ -verbose ( shows warnings and thinking )] \
                  [ -debug ( shows encrypted/decrypted wire traffic ) ]

DESCRIPTION

Creates a 512 bit proxy certificate which includs a VOMS attribute certificate.

VOMSURI is of the format vomss://voms.server.fqdn:port/VO/Subgroup/.../Role=role/Capability=capability where Subgroup, Role and Capability are optional.

use the vomss:// style uri to contact gLite VOMS vomsd servers

SEE ALSO

This script was originally designed for SHEBANGS, a JISC funded project at The University of Manchester. http://www.rcs.manchester.ac.uk/projects/shebangs/

Modifications (gLite VOMS support) made for JISC funded SARoNGS project. http://www.rcs.manchester.ac.uk/projects/sarongs/

Further Modifications for the UK NGS project SARoNGS service.

Mailing list, shebangs@listserv.manchester.ac.uk

Mailing list, voms-lite@listserv.manchester.ac.uk

AUTHOR

Mike Jones <mike.jones@manchester.ac.uk>

COPYRIGHT AND LICENSE

Copyright (C) 2006 2011 by Mike Jones

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.