Когда год назад у Devuan возникли проблемы с ключами я так и не смог у себя это пофиксить, так и провёл всё время без обновлений.
Чего я только не делал, и удалял devuan-keyring? и тащил из него файлы обратно, но так и не смог всё это починить, сейчас я руками поудалял ключи, сделал команду
apt-key adv --keyserver keys.gnupg.net --recv-key 0022D0AB5275F140
И сейчас у меня состояние такое:
root@kitchen:~# apt update
Ign:1 https://deb.devuan.org/devuan daedalus InRelease
Ign:1 https://deb.devuan.org/devuan daedalus InRelease
Ign:1 https://deb.devuan.org/devuan daedalus InRelease
Err:1 https://deb.devuan.org/devuan daedalus InRelease
Certificate verification failed: The certificate is NOT trusted. The name in the certificate does not match the expected. Could not handshake: Error in the certificate verification. [IP: 103.146.168.12 443]
Reading package lists... Done
W: Failed to fetch https://deb.devuan.org/devuan/dists/daedalus/InRelease Certificate verification failed: The certificate is NOT trusted. The name in the certificate does not match the expected. Could not handshake: Error in the certificate verification. [IP: 103.146.168.12 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
E: The value 'daedalus' is invalid for APT::Default-Release as such a release is not available in the sources
root@kitchen:~#
root@kitchen:~# apt upgrade
Reading package lists... Done
E: The value 'daedalus' is invalid for APT::Default-Release as such a release is not available in the sources
root@kitchen:~#
Что же мне сделать чтобы у меня таки заработали обновления?