ZeroTierOne icon indicating copy to clipboard operation
ZeroTierOne copied to clipboard

Ubuntu 22.04.1 apt-get key is depricated

Open raaron773 opened this issue 3 years ago • 1 comments

Getting this error on ubuntu 22.04.1 arm64 if I run sudo apt update

W: http://download.zerotier.com/debian/jammy/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

raaron773 avatar Sep 07 '22 06:09 raaron773

Hi,

one solution is to change the installation script by replacing: $SUDO apt-key add /tmp/zt-gpg-key with something like: $SUDO gpg --dearmor </tmp/zt-gpg-key >/etc/apt/trusted.gpg.d/zerotier.gpg

peutch avatar Sep 10 '22 16:09 peutch