The key used to sign the repositories of the operating system packages has been extended. We have already announced the change:
viewtopic.php?f=10&t=11379
Unfortunately, however, we did not renew the warning in time. We apologize for the inconvenience.
Below you will find an overview of the commands required to import the new key.
You have to execute these commands with administration rights (e.g. as user "root") on your opsi server.
CentOS 7:
Code: Alles auswählen
rpm --import http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/CentOS_7/repodata/repomd.xml.keyDebian 10 Buster:
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Debian_10/Release.key | apt-key add -Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Debian_9.0/Release.key | apt-key add -Debian 8 Jessie:
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Debian_8.0/Release.key | apt-key add -openSUSE Leap 42.3:
Code: Alles auswählen
zypper --gpg-auto-import-keys refreshRHEL 7:
Code: Alles auswählen
rpm --import http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/RHEL_7/repodata/repomd.xml.keySLES 12SP1 - 12SP4:
Code: Alles auswählen
zypper --gpg-auto-import-keys refreshSLES 12:
Code: Alles auswählen
zypper --gpg-auto-import-keys refreshUbuntu 18.04 LTS Bionic Beaver:
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/xUbuntu_18.04/Release.key | apt-key add -Ubuntu 16.04 LTS Xenial Xerus:
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/xUbuntu_16.04/Release.key | apt-key add -UCS 4.4:
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Univention_4.4/Release.key | apt-key add -UCS 4.3:
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Univention_4.3/Release.key | apt-key add -Martin Scalese of uib gmbh.