-h Displays command usage text and exits.
-u Displays command usage text and exits.
-v Enables verbose debugging output to the terminal.
-ccn Specifies the Common Name for the new credential (for example: "Jim Basney").
-sdir Specifies the location of the credential storage directory. The directory must be accessible only
by the user running the myproxy-server process for security reasons. Default: /var/lib/myproxy or
/var/myproxy or $GLOBUS_LOCATION/var/myproxy
-lusername
Specifies the MyProxy account under which the credential should be stored.
-thours
Specifies the maximum lifetime of credentials retrieved from the myproxy-server(8) using the
stored credential. Default: 12 hours
-pCA-password
Specifies the password for the CA's private key using the format documented in the PASS PHRASE
ARGUMENTS section of openssl(1).
-n Disables passphrase authentication for the stored credential. If specified, the command will not
prompt for a passphrase, the credential will not be encrypted by a passphrase in the repository,
and the credential will not be retrievable using passphrase authentication with myproxy-logon(1).
This option is used for storing renewable credentials and is implied by -R.
-d Use the certificate subject (DN) as the username.
-a Allow credentials to be retrieved with just pass phrase authentication. By default, only entities
with credentials that match the myproxy-server.config(5) default retriever policy may retrieve
credentials. This option allows entities without existing credentials to retrieve a credential
using pass phrase authentication by including "anonymous" in the set of allowed retrievers. The
myproxy-server.config(5) server-wide policy must also allow "anonymous" clients for this option to
have an effect.
-A Allow credentials to be renewed by any client. Any client with a valid credential with a subject
name that matches the stored credential may retrieve a new credential from the MyProxy repository
if this option is given. Since this effectively defeats the purpose of proxy credential
lifetimes, it is not recommended. It is included only for sake of completeness.
-rname
Allow the specified entity to retrieve credentials. See -x and -X options for controlling name
matching behavior.
-Rname
Allow the specified entity to renew credentials. See -x and -X options for controlling name
matching behavior. This option implies -n since passphrase authentication is not used for
credential renewal.
-Zname,--retrievable_by_certname
Allow the specified entity to retrieve credentials without a passphrase. See -x and -X options for
controlling name matching behavior. This option implies -n.
-x Specifies that names used with following options -r, -R, and -Z will be matched against the full
certificate subject distinguished name (DN) according to REGULAREXPRESSIONS in myproxy-server.config(5).
-X Specifies that names used with following options -r, -R, and -Z will be matched against the
certificate subject common name (CN) according to REGULAREXPRESSIONS in myproxy-server.config(5).
For example, if an argument of -r "Jim Basney" is specified, then the resulting policy will be
"*/CN=Jim Basney". This is the default behavior.
-kname
Specifies the credential name.
-Kdescription
Specifies credential description.