Unable to locate package chipstack-gateway-bridge [Key EXPIRED]

That’s right. This GPG is expired since yesterday as you can check here:

https://keyserver.ubuntu.com/pks/lookup?search=info%40brocaar.com&fingerprint=on&op=index

Yeah, i checked. It is so unfortunate. Do you know how long does it take for the key to be renewed?

Sorry about this. The issue has been resolved. Re-running the following command should solve the issue:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
1 Like

I did re-run this command many times, but it kept returning messages like above issue.

How can I fix this problem?

Hi,

Looks like a firewall issue, try:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1CE2AFD36DBCCA00

@brocaar this is happening again

You need to fetch the updated key again first using the above command :slight_smile:

Ty