Repository keys (ubuntu, debian)

(Preparation of) Installation of xrootd/eos packages in Debian/Ubuntu fails without the proper gpg key for the reposotiries - where can these be found?

For " Index of /storage-ci/debian/eos/diopside resolute",
apt tells me Missing key 322E69202A3921EA35A5EB546412AF8E75E8F607, which is needed to verify signature.

Hi Thomas,

You can install the required key from this location:

wget -qO- http://storage-ci.web.cern.ch/storage-ci/storageci.key | tee /etc/apt/trusted.gpg.d/stci.asc

Cheers,
Elvin

Thanks Elvin, this works.

Could you consider distributing the gpg key via https in addition, to improve security of the packaging trust chain?