Open darkbroodzed opened 2 years ago
There was also this post on the ZeroTier forums to re-add the GPG key to the right location. This change might only be fore some Ubuntu versions and not all Liunx versions to change the location of the gpg key import.
To fix this warning, you can run this command in the shell.
curl -s http://download.zerotier.com/contact%40zerotier.com.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zerotier.com.gpg > /dev/null
Next time you do an apt update after running the command above, the warning about the zerotier package repository will be gone!
Hello!
We're actively working on the packaging (and installer) situation. Stay tuned. -s
If we want to have a single file distribution so that people can just copy-n-paste, using the sources.list DEB822-STYLE format would be ideal. It would only need apt version 1.1, which is the default for all stable debian derivatives.
Current installer script curl -s https://install.zerotier.com | sudo bash
have old non recommended way of adding repo and key file (apt-key deprecated now)
It should be changed by adding [signed-by=/usr/share/keyrings/zerotier-archive-keyring.gpg] to zerotier.list and placing gpg key to usr/share/keyrings/ dir instead of using apt-key
reference: https://wiki.debian.org/DebianRepository/UseThirdParty#OpenPGP_Key_distribution