1 <?xml version=
"1.0" encoding=
"utf-8" standalone=
"no"?>
2 <!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % aptent SYSTEM
"apt.ent"> %aptent;
5 <!ENTITY % aptverbatiment SYSTEM
"apt-verbatim.ent"> %aptverbatiment;
6 <!ENTITY % aptvendor SYSTEM
"apt-vendor.ent"> %aptvendor;
11 &apt-author.jgunthorpe;
15 <!-- The last update date -->
16 <date>2015-
10-
15T00:
00:
00Z
</date>
20 <refentrytitle>apt-key
</refentrytitle>
21 <manvolnum>8</manvolnum>
22 <refmiscinfo class=
"manual">APT
</refmiscinfo>
25 <!-- Man page title -->
27 <refname>apt-key
</refname>
28 <refpurpose>APT key management utility
</refpurpose>
31 &synopsis-command-apt-key;
33 <refsect1><title>Description
</title>
35 <command>apt-key
</command> is used to manage the list of keys used
36 by apt to authenticate packages. Packages which have been
37 authenticated using these keys will be considered trusted.
41 <refsect1><title>Commands
</title>
43 <varlistentry><term><option>add
</option> <option>&synopsis-param-filename;
</option></term>
46 Add a new key to the list of trusted keys.
47 The key is read from the filename given with the parameter
48 &synopsis-param-filename; or if the filename is
<literal>-
</literal>
52 It is critical that keys added manually via
<command>apt-key
</command> are
53 verified to belong to the owner of the repositories they claim to be for
54 otherwise the &apt-secure; infrastructure is completely undermined.
59 <varlistentry><term><option>del
</option> <option>&synopsis-param-keyid;
</option></term>
63 Remove a key from the list of trusted keys.
70 <varlistentry><term><option>export
</option> <option>&synopsis-param-keyid;
</option></term>
74 Output the key &synopsis-param-keyid; to standard output.
81 <varlistentry><term><option>exportall
</option></term>
85 Output all trusted keys to standard output.
92 <varlistentry><term><option>list
</option>,
<option>finger
</option></term>
96 List trusted keys with fingerprints.
103 <varlistentry><term><option>adv
</option></term>
106 Pass advanced options to gpg. With
<command>adv --recv-key
</command> you
107 can e.g. download key from keyservers directly into the the trusted set of
108 keys. Note that there are
<emphasis>no
</emphasis> checks performed, so it is
109 easy to completely undermine the &apt-secure; infrastructure if used without
116 <varlistentry><term><option>update
</option></term>
120 Update the local keyring with the archive keyring and remove from
121 the local keyring the archive keys which are no longer valid.
122 The archive keyring is shipped in the
<literal>archive-keyring
</literal> package of your
123 distribution, e.g. the &keyring-package; package in &keyring-distro;.
130 <varlistentry><term><option>net-update
</option></term>
134 Perform an update working similarly to the
<command>update
</command> command above,
135 but get the archive keyring from a URI instead and validate it against a master key.
137 This requires an installed
&wget; and an APT build configured to have
138 a server to fetch from and a master keyring to validate.
140 APT in Debian does not support this command, relying on
141 <command>update
</command> instead, but Ubuntu's APT does.
150 <refsect1><title>Options
</title>
151 <para>Note that options need to be defined before the commands described in the previous section.
</para>
153 <varlistentry><term><option>--keyring
</option> <option>&synopsis-param-filename;
</option></term>
154 <listitem><para>With this option it is possible to specify a particular keyring
155 file the command should operate on. The default is that a command is executed
156 on the
<filename>trusted.gpg
</filename> file as well as on all parts in the
157 <filename>trusted.gpg.d
</filename> directory, though
<filename>trusted.gpg
</filename>
158 is the primary keyring which means that e.g. new keys are added to this one.
164 <refsect1><title>Files
</title>
169 <varlistentry><term><filename>/etc/apt/trustdb.gpg
</filename></term>
170 <listitem><para>Local trust database of archive keys.
</para></listitem>
173 <varlistentry><term>&keyring-filename;
</term>
174 <listitem><para>Keyring of &keyring-distro; archive trusted keys.
</para></listitem>
177 <varlistentry><term>&keyring-removed-filename;
</term>
178 <listitem><para>Keyring of &keyring-distro; archive removed trusted keys.
</para></listitem>
185 <refsect1><title>See Also
</title>
187 &apt-get;, &apt-secure;