From 4108686f814eeaf449a3ffd430c0fb54262263c3 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 23 Jan 2025 17:19:20 +0100 Subject: [PATCH] docs: minor update for proxes upload --- .../UserGuide/Tutorials/ManagingUserCredentials/index.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/source/UserGuide/Tutorials/ManagingUserCredentials/index.rst b/docs/source/UserGuide/Tutorials/ManagingUserCredentials/index.rst index 47e2d61e417..14c1bd8528f 100644 --- a/docs/source/UserGuide/Tutorials/ManagingUserCredentials/index.rst +++ b/docs/source/UserGuide/Tutorials/ManagingUserCredentials/index.rst @@ -86,13 +86,13 @@ Creating a user proxy The switches below will create a proxy of group "dirac_user" (if defined) and will securely upload such proxy to the DIRAC proxy store (ProxyManager), from where it could later be downloaded:: - dirac-proxy-init --group dirac_user --upload + dirac-proxy-init --group dirac_user The additional "--debug" switch (alias of "-ddd") can be used for debugging purposes, and its output would end up being similar to the following:: - $ dirac-proxy-init --group dirac_user --upload --debug + $ dirac-proxy-init --group dirac_user --debug Generating proxy... Enter Certificate password: Contacting CS... @@ -130,9 +130,6 @@ Creating a user proxy VOMS extension corresponding to the DIRAC group if the gLite UI environment is available. This proxy is stored in the local "/tmp/" directory, as shown. - If the gLite UI environment is not available, the VOMS extensions will not be loaded into the proxy. - This is not a serious problem, still most of the operations will be possible. - Getting the proxy information @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@