Author: poeml Date: Wed Sep 1 00:43:40 2010 New Revision: 8084 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8084&view=rev Log: installation/debian: add note about expired keys and how to renew them Modified: trunk/docs/installation/debian.rst Modified: trunk/docs/installation/debian.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/debian.rst?rev=8084&r1=8083&r2=8084&view=diff ============================================================================== --- trunk/docs/installation/debian.rst (original) +++ trunk/docs/installation/debian.rst Wed Sep 1 00:43:40 2010 _at_@ -36,11 +36,11 @@ That will produce a warning message saying that a GPG key isn't known for the new package repository. Take note of the key ID and import the key with `apt-key`:: - # sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 9584A164BD6D129A + # sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys BD6D129A Executing: gpg --ignore-time-conflict --no-options --no-default-keyring \ --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg \ --keyring /etc/apt/trusted.gpg --keyserver hkp://keys.gnupg.net --recv-keys \ - 9584A164BD6D129A + BD6D129A gpg: requesting key BD6D129A from hkp server keys.gnupg.net gpg: key BD6D129A: public key "Apache OBS Project <Apache_at_build.opensuse.org>" imported gpg: no ultimately trusted keys found _at_@ -50,6 +50,12 @@ If you now run :program:`apt-get` again, the warning should be gone:: sudo apt-get update + +.. note:: + The key's validity needs to be refreshed from time to time. If apt-get stops + working due to an expired key, you need to download it again. Thus, the + "apt-key adv" command (see above) needs to be run again. ...This happened in + summer 2010. I uploaded the renewed key to wwwkeys.de.pgp.net. Install the MirrorBrain packages _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Tue Aug 31 2010 - 22:43:47 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT