Jump to letter: [
CFKLMPSTXY
]
cigetcert - Get an X.509 certificate with SAML ECP and store proxies
- Description:
cigetcert gets an X.509 certificate from a SAML 2.0 Service Provider
(SP) such as CILogon using the Enhanced Client and Proxy (ECP)
profile. Optionally it can also get a grid proxy certificate and/or
transfer the proxy to MyProxy. It was developed for the Fermilab
Distributed Computing Access with Federated Identities (DCAFI) project
but is intended to be usable by other projects.
Packages
cigetcert-1.16-2.el7.noarch
[37 KiB] |
Changelog
by Dave Dykstra (2017-03-03):
- In /usr/bin/cigetcert, invoke python with the '-E' option to avoid
variables like PYTHONHOME.
|
cigetcert-1.16-1.el7.noarch
[37 KiB] |
Changelog
by Dave Dykstra (2016-10-18):
- Fix typo in the variable name added in the last version. This was
not noticed because it was caught in an exception and caused it to
always behave as if a previous proxy stored in myproxy could not be
used.
|
cigetcert-1.2-1.el7.noarch
[29 KiB] |
Changelog
by Dave Dykstra (2016-07-08):
- Try kerberos authentication first by default when the institution's
IdP is known to support it, without a --kerberos option.
- Add --nokerberos option.
- Add support for additional default options in $CIGETCERTOPTS.
- Use getpwuid() instead of $LOGNAME for current user name.
- Avoid stack trace crash on el5 when previous outfile is empty.
- Avoid stack trace when password prompt is interrupted.
- Add wrapper script to unset PYTHONPATH and LD_LIBRARY_PATH.
- Pre-compile cigetcert python source.
|
cigetcert-1.0-1.el7.noarch
[17 KiB] |
Changelog
by Dave Dykstra (2016-03-01):
- Remove a pylint error and a few pylint warnings
|