logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

voms-proxy-info - prints information about a proxy with VOMS extensions

Authors

       Vincenzo Ciaschini <Vincenzo.Ciaschini@cnaf.infn.it>.

       Valerio Venturi <Valerio.Venturi@cnaf.infn.it>.

Bugs

EGEEBugTrackingTool[1]

Description

       The voms-proxy-info command pritns information about a proxy, including information about the VOMS
       extension.

Name

       voms-proxy-info - prints information about a proxy with VOMS extensions

Notes

        1. EGEE Bug Tracking Tool
           https://savannah.cern.ch/projects/jra1mdw/

        2. EDT Auth Home page
           http://grid-auth.infn.it

        3. CVSweb
           http://datagrid.in2p3.fr/cgi-bin/cvsweb.cgi/Auth/voms

        4. RPM repository
           http://datagrid.in2p3.fr/distribution/autobuild/i386-rh7.3

        5. www.apache.org/licenses/LICENSE-2.0
           http://www.apache.org/licenses/LICENSE-2.0

VOMS Client                                        05/03/2021                                 VOMS-PROXY-INFO(1)

Options

       Options may be specified indifferently with either a "-" or "--" prefix. The options from -help to -out
       are present for compatibility with grid-proxy-init, and have the exact same meaning. The meaning of the
       other ones is the following.

       -help-usage Displays usage.

       -version Displays version.

       -debug Enables extra debug output. This is for bug reports only. Users must not rely on the extra output
       printed by this option.

       -fileproxyfile The name of the file containing the proxy, in case it is in a non-standard place.

       -chain Prints information about the proxy's certificate chain.

       -subject Prints the DN of the proxy's subject.

       -issuer Prints the DN of the proxy's issuer.

       -identity Prints the DN of the iodentity represented by the proxy. This is synonimous

       -type Print the proxy's type (limited or not)

       -strength Prints the proxy's strength. I.e. the number of bits in the key.

       -valid Print validity times.

       -timeleft Prints how much time is left (in seconds) instead of the end time of the proxy. This option
       implies -valid

       -all Prints everything.

       -fqan Prints the VOMS attributes in the FQAN format. Default

       -exists-bitsN-hoursH Verifies if the proxy is valid for at least other H hours and has a key of at
       least N bits.

       -acexistsvoname Verifies if an AC for the VO specified is present in the proxy.

       -conffile Read options from file.

       -text Prints the certificate to standard output.

       -path Prints the full path name of the proxy file.

       -vo Prints the names of the VOs whose AC are present in the proxy

       -acsubject Prints the subject of the owners of the ACs in the proxy.

       -acissuer Prints the issuer of the owners of the ACs in the proxy.

       -actimeleft Prints how much time is left (in seconds) instead of the end time of the AC.

       -serial Prints the serial number of each AC present in the proxy.

       -dont-verify-ac Skips the AC verification step. Warning! Data printed when this option is specified may
       not be reliable.

       -targets Prints the list of hosts to which the AC has been targeted.

       -included-file In case the proxy included a user-specified file, this option prints it to screen.

       -uri Prints the URI of the serve which issued this AC.

       -keyusage Print the content of the KeyUsage extension of the certificate.

See Also

voms-proxy-init(1), voms-proxy-destroy(1)

       EDTAuthHomepage[2]

       CVSweb[3]

       RPMrepository[4]

Synopsis

voms-proxy-info [options]

See Also