curl -fsSL https://pkg.goauthentik.io/keys/gpg-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/authentik-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/authentik-keyring.gpg] https://pkg.goauthentik.io stable main" | sudo tee /etc/apt/sources.list.d/authentik.list
sudo apt update sudo apt install authentik-cli
# This overwrites any existing configuration in /etc/yum.repos.d/authentik.repo cat <<EOF | sudo tee /etc/yum.repos.d/authentik.repo [authentik] name=authentik baseurl=https://pkg.goauthentik.io enabled=1 gpgcheck=1 gpgkey=https://pkg.goauthentik.io/keys/gpg-key.asc EOF
sudo yum install -y authentik-cli
Built from: refs/pull/586/merge (593ea918da66854fa9531c94f2ede18e16b36fcb)
GPG Key fingerprint: 82EE AAD5 531A 856A 9C72 6132 2217 2AF2 AAE3 A237