apt-key

Servizio di gestione delle chiavi per il gestore di pacchetti APT su Debian ed Ubuntu. Maggiori informazioni: https://manned.org/apt-key.8.

apt-key list

apt-key add {{file_chiave_pubblica.asc}}

apt-key del {{id_chiave}}

wget -qO - {{https://indirizzo.tld/filename.key}} | apt-key add -

apt-key adv --keyserver {{pgp.mit.edu}} --recv {{ID_DELLA_CHIAVE}}