debian repo key expired

All comments and questions related to the functionality of the OpenVPN web pages and forum should go here.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Locked
mattias197711
OpenVpn Newbie
Posts: 1
Joined: Sun Aug 03, 2014 7:54 am

debian repo key expired

Post by mattias197711 » Sun Aug 03, 2014 8:02 am

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 -
Last edited by debbie10t on Sun Aug 03, 2014 2:55 pm, edited 2 times in total.
Reason: Clarity

Rancor
OpenVpn Newbie
Posts: 6
Joined: Wed Jan 30, 2013 9:31 am

Re: debian repo key

Post by Rancor » Sun Aug 03, 2014 1:54 pm

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.

User avatar
samuli
OpenVPN Inc.
Posts: 49
Joined: Fri Aug 13, 2010 9:05 pm

Re: debian repo key expired

Post by samuli » Mon Aug 04, 2014 9:04 am

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.
--
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc

irc freenode net: mattock

User avatar
samuli
OpenVPN Inc.
Posts: 49
Joined: Fri Aug 13, 2010 9:05 pm

Re: debian repo key expired

Post by samuli » Tue Aug 05, 2014 9:07 am

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.
--
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc

irc freenode net: mattock

Locked