Development discussion of WireGuard
 help / color / mirror / Atom feed
* Fix Debian install guide on wireguard.com/install
@ 2017-10-31 22:18 Adrián Mihálko
  2017-10-31 22:20 ` Jason A. Donenfeld
  2017-11-15 11:08 ` Baptiste Jonglez
  0 siblings, 2 replies; 5+ messages in thread
From: Adrián Mihálko @ 2017-10-31 22:18 UTC (permalink / raw)
  To: wireguard

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

There is a missing step in the Debian installation guide, you must import
GPG keys before you can add the new repo:

gpg --keyserver pgpkeys.mit.edu --recv-key  8B48AD6246925553
gpg -a --export 8B48AD6246925553 | sudo apt-key add -

and also the key 7638D0442B90D010

gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010
gpg -a --export 7638D0442B90D010 | sudo apt-key add -

More about PGP and APT:

http://ccm.net/faq/809-debian-apt-get-no-pubkey-gpg-error

Regards,
Adrian Mihalko

[-- Attachment #2: Type: text/html, Size: 793 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-15 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-31 22:18 Fix Debian install guide on wireguard.com/install Adrián Mihálko
2017-10-31 22:20 ` Jason A. Donenfeld
2017-11-10  7:48   ` Daniel Kahn Gillmor
2017-11-15 11:08 ` Baptiste Jonglez
     [not found]   ` <9AD312F5-AB70-40F8-BAF9-64200037D125@gmail.com>
2017-11-15 22:00     ` Baptiste Jonglez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).