I am trying to install aegir on a Ubuntu 12.04 machine.

The key used for signing the debian package has expired on 2013-10-10.

Steps to reproduce:

echo "deb http://debian.aegirproject.org stable main" | sudo tee -a /etc/apt/sources.list.d/aegir-stable.list
curl http://debian.aegirproject.org/key.asc | sudo apt-key add -
sudo apt-get update

And you will see the error:
W: GPG error: http://debian.aegirproject.org stable Release: The following signatures were invalid: KEYEXPIRED 1381436470 KEYEXPIRED 1381436470 KEYEXPIRED 1381436470

Comments

biscuitgravy’s picture

I'm getting the same problem as well, also on Ubuntu 12.04 LTS.

biscuitgravy’s picture

Here is a solution:

You can delete the GPG key in question by typing apt-key list and then delete the key.

After this run apt-get install aegir2 --force-yes and it will bypass GPG key verification.

aaronbauman’s picture

Proposed solution in #2 doesn't fix errors key errors while trying to run `apt-get update`

jennydumitrescu’s picture

Also having issues with this whilst trying to run 'apt-get update'. Tried downloading key several times. Cannot use existing files as it has unmet dependencies:

The following packages have unmet dependencies:
aegir : Depends: aegir-provision (>= 1.10+252.efcd0a3) but it is not going to be installed
Depends: aegir-hostmaster (>= 1.10+252.efcd0a3) but it is not going to be installed

helmo’s picture

Version: 7.x-3.x-dev » 6.x-2.x-dev
Assigned: Unassigned » anarcat
Status: Active » Needs work
anarcat’s picture

Status: Needs work » Fixed

I renewed the key on the same day and published it on the keyservers. i had forgotten to update the key.asc file, that is now also fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

joe.murray’s picture

I've deleted the key as per #2 but am getting problems mentioned in #3 and #4 and don't know how to install the new key mentioned in #6 manually. Is there documentation somewhere?

ergonlogic’s picture

Try:

curl http://debian.aegirproject.org/key.asc | sudo apt-key add -
joe.murray’s picture

Worked like a charm. Thx!

nicxvan’s picture

#9 worked for me

moss.dev’s picture

Issue summary: View changes

Hi, sorry for cross post from the other issue.

This key has expired again.

Can someone publish a new key?

Many thanks,
Jon