From f8825f81f838fb9ef71586f4b0ef403dd94a83dd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 21 2022 10:15:31 +0000 Subject: Drop trailing spaces Signed-off-by: Pierre-Yves Chibon --- diff --git a/docs/auth.md b/docs/auth.md index f253ff1..0a2af93 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -1,10 +1,10 @@ -# Authentication +# Authentication ## Creating your account You can create your account on our community portal running on [https://accounts.centos.org](https://accounts.centos.org). -To register/create an account, just click on "Register" on the portal and follow the process. +To register/create an account, just click on "Register" on the portal and follow the process. More information and user documentation is available on consolidated [online documentation](https://docs.fedoraproject.org/en-US/fedora-accounts/) for the portal ## Modifying your account @@ -20,7 +20,7 @@ Some settings you can modify directly: * other personal details * your password * adding/removing OTP tokens (see below for 2FA) - * ssh and gpg public keys + * ssh and gpg public keys ### Enabling 2FA on your account (optional) It's adviced (but not mandatory) to implement 2 Factor Authentication on your account (for some critical accounts, that's though required). @@ -30,7 +30,7 @@ You can add one (or more, adviced) OTP tokens on your profile. Known to work sol * Yubikey (4 and above, that supports OTP) : through rpm pkg yubioath-desktop * FreeOTP (available on Google Play Store) * OTPClient (available as rpm pkg and flatpak/flathub) - * others (list is non exhaustive) + * others (list is non exhaustive) More informations about 2FA is available on specific [portal documentation](https://docs.fedoraproject.org/en-US/fedora-accounts/user/#twofactor) @@ -60,7 +60,7 @@ Your user certificate bundle comes in the form of 1 file: To generate your certificate you can use the 'centos-cert' tool included in the centos-packager package: ``` - centos-cert + centos-cert You need to call the script like this : /usr/bin/centos-cert -arguments -u : username ([REQUIRED] : your existing ACO/FAS username) @@ -73,10 +73,10 @@ You need to call the script like this : /usr/bin/centos-cert -arguments If you've signed up with the account name `tuser`, you can generate your new certificate like this: ``` - [tuser@myworkstation]$ centos-cert -u tuser + [tuser@myworkstation]$ centos-cert -u tuser ``` -!!! note +!!! note Attention that centos-cert -u tuser will request a new certificate, so that will automatically revoke any other certificate you had in the past. If you need to use cbs/koji on multiple machines, just copy the files mentioned above on the other machine. !!! warning