From 463be83c9e576fb9bd12f66ca17a02369776af14 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 12 2023 12:10:55 +0000 Subject: Reflecting that there is now centos-packager available in epel9 too Signed-off-by: Fabian Arrotin --- diff --git a/docs/auth.md b/docs/auth.md index 2e9ac6b..2f9c790 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -46,13 +46,10 @@ To know people who can "sponsors" you in a SIG/group, you can , once authenticat To be able to request a signed TLS certificate, you need first to install the cli tool that will use kerberos auth first to request a locally generated (automatic) CSR to be sent to IPA for signing operation and you'll then get your certificate back. -Supported Linux distributions: CentOS Stream 8 (or el8 variant) , Fedora 33 and beyond - -!!! warning - There is currently no centos-packager pkg in epel9 so if you're using el9 (variant) you'll have to use a centos stream 8 or Fedora container +Supported Linux distributions: CentOS Stream 8/9 (or el8/el9 variant) , Fedora 33 and beyond ``` -sudo dnf install -y epel-release # only if you are on CentOS 8 / 8-stream not needed for Fedora +sudo dnf install -y epel-release # only if you are using CentOS Stream or an EL variant sudo dnf install -y centos-packager ``` @@ -163,7 +160,7 @@ If you want to instead use your kerberos ticket to auth against services (and so For this you need to first install a mandatory package, that has the needed configuration for kerberos : ``` -sudo dnf install -y epel-release # Only on 8/8-stream, not needed on Fedora +sudo dnf install -y epel-release # Only on EL , not needed on Fedora sudo dnf install -y fedora-packager ```