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/561/merge (709e05ec11ebd2de981f25506920cdc28d852837)
GPG Key fingerprint: 82EE AAD5 531A 856A 9C72 6132 2217 2AF2 AAE3 A237