Skip to content

Commit 4108686

Browse files
committed
docs: minor update for proxes upload
1 parent 6da5aac commit 4108686

File tree

1 file changed

+2
-5
lines changed
  • docs/source/UserGuide/Tutorials/ManagingUserCredentials

1 file changed

+2
-5
lines changed

docs/source/UserGuide/Tutorials/ManagingUserCredentials/index.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ Creating a user proxy
8686
The switches below will create a proxy of group "dirac_user" (if defined) and will securely upload such
8787
proxy to the DIRAC proxy store (ProxyManager), from where it could later be downloaded::
8888

89-
dirac-proxy-init --group dirac_user --upload
89+
dirac-proxy-init --group dirac_user
9090

9191

9292
The additional "--debug" switch (alias of "-ddd") can be used for debugging purposes,
9393
and its output would end up being similar to the following::
9494

95-
$ dirac-proxy-init --group dirac_user --upload --debug
95+
$ dirac-proxy-init --group dirac_user --debug
9696
Generating proxy...
9797
Enter Certificate password:
9898
Contacting CS...
@@ -130,9 +130,6 @@ Creating a user proxy
130130
VOMS extension corresponding to the DIRAC group if the gLite UI environment is available.
131131
This proxy is stored in the local "/tmp/" directory, as shown.
132132

133-
If the gLite UI environment is not available, the VOMS extensions will not be loaded into the proxy.
134-
This is not a serious problem, still most of the operations will be possible.
135-
136133

137134
Getting the proxy information
138135
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

0 commit comments

Comments
 (0)