ZeroTierOne
ZeroTierOne copied to clipboard
Ubuntu 22.04.1 apt-get key is depricated
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.
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