|
|
|
|
|
|
The GridShib CA can be configured to use the MyProxy CA. Starting with v3.0, the MyProxy server includes the ability to act as a Certificate Authority (CA), signing certificates with a configured CA key on request for authenticated users that don't already have certificates stored in the MyProxy repository. Users can run myproxy-logon to authenticate and obtain a certificate from the MyProxy CA when and where needed, without needing to store long-lived keys and certificates in the MyProxy repository or elsewhere. The MyProxy CA has been developed to meet the requirements of the Short Lived Credential Services X.509 Public Key Certification Authorities Profile of The Americas Grid Policy Management Authority, a member of the International Grid Trust Federation. The NCSA MyProxy CA has been accredited under the Profile. The MyProxy CA functionality requires the configuration of PAM and/or SASL to support username/password and/or Kerberos authentication for obtaining certificates. The myproxy-server administrator must also configure the myproxy-server with the CA key, other CA attributes, and a method for mapping MyProxy usernames to Distinguished Names (DNs) in the signed certificates. Three mapping methods are supported: certificate_mapfile, which follows the Globus Toolkit grid-mapfile format, certificate_mapapp, which provides a general-purpose call-out interface, and LDAP. The MyProxy server can act as a CA, a repository, or both. The CA functionality is disabled unless the CA configuration options in the myproxy-server.config are enabled. Likewise, the myproxy-server.config accepted_credentials setting controls whether clients can store credentials on the server. A myproxy-server.config template is provided in $GLOBUS_LOCATION/share/myproxy. By default, the MyProxy CA issues certificates valid for 12 hours. This can be customized using the max_cert_lifetime option in myproxy-server.config. MyProxy CA InstallationThe MyProxy CA can be configured to use a Hardware Security Module.
You should now be able to retrieve certificates using myproxy-logon. For example: $ myproxy-logon -s myproxy.ncsa.uiuc.edu Enter MyProxy pass phrase: <enter PAM password here> A credential has been received for user jbasney in /tmp/x509up_u25555. If there are any problems, consult the Troubleshooting Guide. See also:
MyProxy CA support was contributed by Monte Goode from Lawrence Berkeley National Laboratory.
Last modified
01/23/08. |