Please see:  https://build.opensuse.org/project/show/home:CZ-NIC:bird-latest

The howto use for Debian 10 as an example:
```
echo "deb [arch=amd64] http://provo-mirror.opensuse.org/repositories/home:/CZ-NIC:/bird-latest/Debian_10/  ./" > /etc/apt/sources.list.d/bird2.list
cat << EOF > /etc/apt/preferences.d/bird2
Package: bird*
Pin: origin provo-mirror.opensuse.org
Pin-Priority: 600
EOF
apt install -y gnupg2
apt-key adv --fetch-keys 'https://download.opensuse.org/repositories/home:/CZ-NIC:/bird-latest/Debian_10/Release.key'
apt update
apt install -y bird2
```


On Thu, Aug 5, 2021, at 18:33, Laura Smith wrote:
See https://github.com/oerdnj/deb.sury.org/issues/1325 which highlights wrong keys being published.

TL;DR - @oerdnj left cz.nic three years ago but you are still publishing wrong keys on the repo ?