Opensuse repo key expired

  1. Does this nginx opensuse repo have nginx-purge-cache module compiled?

  2. The key for this repo is expired.

W: GPG error: https://download.opensuse.org/repositories/home:/rtCamp:/EasyEngine/xUbuntu_18.04  Release: The following signatures were invalid: EXPKEYSIG 3050AC3CD2AE6F03 home:rtCamp OBS Project <home:[email protected]>
E: The repository 'https://download.opensuse.org/repositories/home:/rtCamp:/EasyEngine/xUbuntu_18.04  Release' 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.
  1. Re-entering the key with the command below doesn’t solve the problem.

gpg --keyserver pgpkeys.mit.edu --recv-key 3050AC3CD2AE6F03 && gpg --export --armor 3050AC3CD2AE6F03 | sudo apt-key add -

Solved the key.

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 3050AC3CD2AE6F03

Also solved installing nginx with purge cache module.

sudo apt-get install nginx-custom

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.