Hi, Please keep the list in copy. On 15-11-17, Adrián Mihálko wrote: > Hi Baptiste, > > I am using Rapbian and Raspberry Pi 3, it is not compatible with this repo? As far as I know, Raspbian uses its own repositories. I had a quick look at the repository archive and they don't seem to package wireguard. Installing wireguard from the official Debian armhf package might work, but there could be compatibility issues. The installation instructions are valid for Debian, where the GPG key for unstable is already available. Does wireguard work fine on your raspberrypi when you install it this way? > $ cat /etc/issue > Raspbian GNU/Linux 8 \n \l > > Best regards, > Adrian > > > On 15 Nov 2017, at 12:08, Baptiste Jonglez wrote: > > > > Hi Daniel, Adrián, > > > > On 31-10-17, Adrián Mihálko wrote: > >> There is a missing step in the Debian installation guide, you must import > >> GPG keys before you can add the new repo: > > > > Which version of Debian are you using? > > > > The installation instructions on https://www.wireguard.com/install/ are > > tested on Jessie and Stretch, anything older (wheezy) will not work > > because the kernel is too old. > > > > Jason, can you add a note on the installation page that says "Jessie or > > later" somewhere? > > > > Baptiste > > > >> 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 > > > >> _______________________________________________ > >> WireGuard mailing list > >> WireGuard@lists.zx2c4.com > >> https://lists.zx2c4.com/mailman/listinfo/wireguard