Key expiration on opsi server package download server

Antworten
Benutzeravatar
m.radtke
uib-Team
Beiträge: 1517
Registriert: 10 Jun 2015, 12:19

Key expiration on opsi server package download server

Beitrag von m.radtke »

Dear opsi users,

alon with the End-of-Life date of opsi 4.1 (November 30th. 2021) the keys on the download.opensuse.org servers expire.
opsi 4.1 will still be usable but we will not develop any new features for it. We highly recommend you to migrate to opsi 4.2.

The keys are extended, but if you are running an Ubuntu/Debian/UCS system you have to manually enter a command line command.

For Ubuntu the command is, depending on your Ubuntu and opsi version

Code: Alles auswählen

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/stable/xUbuntu_20.04/Release.key | sudo apt-key add -

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/stable/xUbuntu_18.04/Release.key | sudo apt-key add -

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/xUbuntu_18.04/Release.key | sudo apt-key add -
For Debian, depending on your Debian and opsi version

Code: Alles auswählen

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/stable/Debian_11/Release.key | sudo apt-key add -

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/stable/Debian_10/Release.key | sudo apt-key add -

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/stable/Debian_9.0/Release.key | sudo apt-key add -

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Debian_10/Release.key | sudo apt-key add -

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Debian_9.0/Release.key | sudo apt-key add -
For UCS, only if you haven't installed opsi via the UCS Appcenter

Code: Alles auswählen

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/stable/Univention_4.4/Release.key | sudo apt-key add -

wget -q -O - https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.1:/stable/Univention_4.4/Release.key | sudo apt-key add -
These keys are valid until September 2023

Code: Alles auswählen

apt-key list D1F933E6D8361F81

pub   rsa2048 2017-09-30 [SC] [expires: 2023-11-09]
      2E98 F7B5 A5B2 C8FE 7F60  9705 D1F9 33E6 D836 1F81
uid           [ unknown] home:uibmz:opsi OBS Project <home:uibmz:opsi@build.opensuse.org>
Regards

Mathias Radtke
Kein Support per DM!
_________________________
opsi support - http://www.uib.de/
For productive opsi installations we recommend support contracts.
Antworten