I am trying to Install aegir on Ubuntu 18.04 and 20.04 lts to manage drupal sites.
Every time I try to update the server and install aegir it displays the following error
me@userpc:# apt-get update
Hit:1 http://et.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://et.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://et.archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
Get:5 http://et.archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:4 http://debian.aegirproject.org stable InRelease [3,144 B]
Err:4 http://debian.aegirproject.org stable InRelease
The following signatures were invalid: EXPKEYSIG 5ADF93A03376CCF9 Aegir Debian archive autosigning [email protected]
Reading package lists... Done
W: GPG error: http://debian.aegirproject.org stable InRelease: The following signatures were invalid: EXPKEYSIG 5ADF93A03376CCF9 Aegir Debian archive autosigning [email protected]
E: The repository 'http://debian.aegirproject.org stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I tried to Get the renewed key using the following command but it doesn't seem to work ...
curl http://debian.aegirproject.org/key.asc | sudo apt-key add
sudo apt-get update
Any help will be appreciated.