From 753a30dde53ee7883fada5f3b635545009c0d814 Mon Sep 17 00:00:00 2001 From: Sweeper <project_320_bot_b542626dce6b4dc2a15b66d73869e0a1@noreply.gitlab.cern.ch> Date: Mon, 28 Oct 2024 23:23:25 +0100 Subject: [PATCH] Merge branch 'upDoc' into 'Rel-v35r0' Docs:Registration add workaround for inaccessible local accounts See merge request CLICdp/iLCDirac/ILCDIRAC!513 (cherry picked from commit 5ed600c212d3d535fa6a349a375a344b956662b3) b6b7223d Docs:Registration add workaround for inaccessible local accounts Co-authored-by: Andre Sailer <andre.philippe.sailer@cern.ch> --- docs/Files/UserGuide/registration.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/Files/UserGuide/registration.rst b/docs/Files/UserGuide/registration.rst index 1e8d60060..b351ee903 100644 --- a/docs/Files/UserGuide/registration.rst +++ b/docs/Files/UserGuide/registration.rst @@ -39,9 +39,15 @@ or all of them to register yourself as a VO member. After you request an account for a VO: * You need to confirm your registration + * Send the ``cert_public.pem`` file created out of your certificate with the command + + .. code-block:: console + + openssl pkcs12 -in certificate.p12 -out cert_public.pem -nokeys + + to `iLCDirac Support <mailto:ilcdirac-support@cern.ch>`_ so that + the administrator can link your certificate to your account. * Then wait until the request is approved - * After approval, you need to set a password for your account - * And finally add your x509 certificate to the account Registration in iLCDirac is automatically done once you are fully registered in the auth instance. -- GitLab