We get a new Key, that you can import to your System.
You get the Status of the key by:
Code: Alles auswählen
apt-key list
For updating the key you can look for a request at the getting-started-manual. For Ubuntu Natty (11.04) for example:...
pub 1024D/4DC87421 2010-07-23 [verfallen: 2012-09-30]
uid home:uibmz OBS Project <home:uibmz@build.opensuse.org>
...
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/opsi40/xUbuntu_11.04/Release.key | apt-key add -
Regards...
pub 1024D/4DC87421 2010-07-23 [verfällt: 2014-12-11]
uid home:uibmz OBS Project <home:uibmz@build.opensuse.org>
...
Karsten Köpke