⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myproxy-store.1

📁 代理服务器源代码 供大家学习使用,希望大家喜欢
💻 1
字号:
.TH myproxy-store 1 "2005-12-2" "NCSA" "MyProxy".SH NAMEmyproxy-store \- store end-entity credential for later retrieval.SH SYNOPSIS.B myproxy-store [.I options].SH DESCRIPTIONThe.B myproxy-storecommand uploads a credential to a.BR myproxy-server (8)for later retrieval.Unlike .BR myproxy-init (1),this command transfers the private key over the network (over aprivate channel).In the default mode, the command will take the credentials found in.I ~/.globus/usercert.pemand.I ~/.globus/userkey.pemand store them in the.BR myproxy-server (8)repository.  Proxy credentials with default lifetime of 12 hours can then beretrieved by .BR myproxy-logon (1)using the credential passphrase.The default behavior can be overridden by options specified below..PPThe hostname where the .BR myproxy-server (8)is running must be specified by either defining the .B MYPROXY_SERVERenvironment variable or the.B -soption..SH OPTIONS.TP.B -h, --helpDisplays command usage text and exits..TP.B -u, --usageDisplays command usage text and exits..TP.B -v, --verboseEnables verbose debugging output to the terminal..TP.B -V, --versionDisplays version information and exits..TP.BI -s " hostname, " --pshost " hostname"Specifies the hostname of the myproxy-server.  This option is requiredif the.B MYPROXY_SERVERenvironment variable is not defined.  If specified, this optionoverrides the.B MYPROXY_SERVERenvironment variable..TP.BI -p " port, " --psport " port"Specifies the TCP port number of the.BR myproxy-server (8).Default: 7512.TP.B -l, --usernameSpecifies the MyProxy account under which the credential should bestored.  By default, the command uses the value of the.B LOGNAMEenvironment variable.Use this option to specify a different account username on the MyProxyserver.The MyProxy username need not correspond to a real Unix username..TP.BI -c " filename, " --certfile " filename"Specifies  the  filename  of  the source certificate..TP.BI -y " filename, " --keyfile " filename"Specifies the filename of the source private key..TP.BI -t " hours, " --proxy_lifetime " hours"Specifies the maximum lifetime of credentials retrieved from the.BR myproxy-server (8)using the stored credential.  Default: 12 hours.TP.B -d, --dn_as_usernameUse the certificate subject (DN) as the default username, insteadof the .B LOGNAME environment variable..TP.B -a, --allow_anonymous_retrieversAllow credentials to be retrieved with just pass phrase authentication.By default, only entities with credentials that match the.BR myproxy-server.config (5)default retriever policy may retrieve credentials.This option allows entities without existing credentials to retrieve acredential using pass phrase authentication by including "anonymous"in the set of allowed retrievers.  The.BR myproxy-server.config (5)server-wide policy must also allow "anonymous" clients for this optionto have an effect..TP.B -A, --allow_anonymous_renewersAllow credentials to be renewed by any client.Any client with a valid credential with a subject name that matchesthe stored credential may retrieve a new credential from the MyProxyrepository if this option is given.Since this effectively defeats the purpose of proxy credentiallifetimes, it is not recommended.  It is included only for sake ofcompleteness..TP.BI -r " dn, " --retrievable_by " dn"Allow the specified entity to retrieve credentials.  By default, theargument will be matched against the common name (CN) of the client(for example: "Jim Basney").  Specify.B -x before this option to match against the full distinguished name (DN)(for example: "/C=US/O=National Computational Science Alliance/CN=JimBasney") instead..TP.BI -E " dn, " --retrieve_key " dn"Allow the specified entity to retrieve end-entity credentials.  By default, the argument will be matched against the common name (CN) of the client (for example: "Jim Basney").  Specify.B -x before this option to match against the full distinguished name (DN)(for example: "/C=US/O=National Computational Science Alliance/CN=JimBasney") instead..TP.BI -R " dn, " --renewable_by " dn"Allow the specified entity to renew credentials.By default, theargument will be matched against the common name (CN) of the client(for example: "condorg/modi4.ncsa.uiuc.edu").  Specify.B -x before this option to match against the full distinguished name (DN)(for example: "/C=US/O=National Computational Science Alliance/CN=condorg/modi4.ncsa.uiuc.edu") instead.This option implies .B -nsince passphrase authentication is not used for credential renewal..TP.BI -Z " dn, " --retrievable_by_cert " dn"Allow the specified entity to retrieve credentials without a passphrase.By default, theargument will be matched against the common name (CN) of the client(for example: "Jim Basney").  Specify.B -x before this option to match against the full distinguished name (DN)(for example: "/C=US/O=National Computational Science Alliance/CN=Jim Basney") instead.This option implies .BR -n ..TP.B -x, --regex_dn_matchSpecifies that the DN used by options .B -rand .B -Rwill be matched as a regular expression..TP.B -X, --match_cn_onlySpecifies that the DN used by options .B -r and .B -R will be matched against the Common Name (CN) of the subject..TP.BI -k " name, " --credname " name"Specifies the credential name..TP.BI -K " description, " --creddesc " description"Specifies credential description..TP.SH "EXIT STATUS"0 on success, >0 on error.SH FILES.TP.I ~/.globus/usercert.pemDefault location of the certificate to be stored on the .BR myproxy-server .Use the.B --certfileoption to override..TP.I ~/.globus/userkey.pemDefault location of the private key to be stored on the.BR myproxy-server .Use the.B --keyfileoption to override..TP.B -T, --trustrootsRetrieve CA certificates directory from server (if available) to storein.IR ~/.globus/certificates ..SH ENVIRONMENT.TP.B MYPROXY_SERVERSpecifies the hostname where the.BR myproxy-server (8)is running.  This environment variable can be used in place of the .B -soption..TP.B MYPROXY_SERVER_PORTSpecifies the port where the.BR myproxy-server (8)is running.  This environment variable can be used in place of the .B -poption..TP.B MYPROXY_SERVER_DNSpecifies the distinguished name (DN) of the .BR myproxy-server (8).All MyProxy client programs authenticate the server's identity.By default, MyProxy servers run with host credentials, so the MyProxyclient programs expect the server to have a distinguished name of theform "host/<fqhn>" or "myproxy/<fqhn>"(where <fqhn> is the fully-qualified hostname ofthe server).  If the server is running with some other DN, you can setthis environment variable to tell the MyProxy clients to accept thealternative DN..TP.B MYPROXY_TCP_PORT_RANGESpecifies a range of valid port numbers in the form "min,max"for the client side of the network connection to the server.By default, the client will bind to any available port.Use this environment variable to restrict the ports used toa range allowed by your firewall.If unset, MyProxy will follow the setting of the.B GLOBUS_TCP_PORT_RANGEenvironment variable..SH AUTHORSBill Baker,Jim Basney,Shiva Shankar Chetan,Patrick Duda,Jarek Gawor,Monte Goode,Daniel Kouril,Zhenmin Li,Jason Novotny,Miroslav Ruda,Benjamin Temko,and Von Welch.SH "SEE ALSO".BR myproxy-change-pass-phrase (1),.BR myproxy-destroy (1),.BR myproxy-info (1),.BR myproxy-logon (1),.BR myproxy-retrieve (1),.BR myproxy-server.config (5),.BR myproxy-admin-adduser (8),.BR myproxy-admin-change-pass (8),.BR myproxy-admin-load-credential (8),.BR myproxy-admin-query (8),.BR myproxy-server (8).BR myproxy-retrieve (1)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -