Page 1 of 1

debian repo key expired

Posted: Sun Aug 03, 2014 8:02 am
by mattias197711
Hi.

got this today when i did apt-get update
W: GPG-fel: http://swupdate.openvpn.net wheezy Release: Följande signaturer är ogiltiga: KEYEXPIRED 1406982466 KEYEXPIRED 1406982466 KEYEXPIRED 1406982466

"sorry that its in swedish" but think most of you get whats wrong.

i used: wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -

Re: debian repo key

Posted: Sun Aug 03, 2014 1:54 pm
by Rancor
Hi,

seeing the same here. An:

Code: Select all

apt-key list
shows that the key expired:

Code: Select all

pub   2048R/E158C569 2011-08-03 [expired: 2014-08-02]
uid                  Samuli Seppänen (OpenVPN Technologies, Inc) <samuli@openvpn.net>
Deleting the key with:

Code: Select all

apt-key del E158C569
and reimporting it via:

Code: Select all

wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
still shows that the key expired.

Re: debian repo key expired

Posted: Mon Aug 04, 2014 9:04 am
by samuli
Ah yes, the key has expired. I will setup a new key tomorrow and update the instructions in Trac to mention the key expiration also.

Re: debian repo key expired

Posted: Tue Aug 05, 2014 9:07 am
by samuli
Fixed. You will need to delete the expired key and reimport it according to these instructions: https://community.openvpn.net/openvpn/w ... twareRepos

Let me know if you have any trouble with the new key set to expire three years from now.

Samuli

EDIT: fixed copy-and-paste error.