Repositories¶ apt¶ Security¶ Readings: https://blog.cloudflare.com/dont-use-apt-key To configure a GPG public key to be trusted by apt: Download public key from web Import to GPG Text Onlygpg --import /tmp/key.pub Export the key in binary format: Text Onlygpg --export $KEY_ID > /etc/apt/trusted.gpg.d/key_name.gpg