1 <?xml version=
"1.0" encoding=
"utf-8" standalone=
"no"?>
2 <!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
5 <!ENTITY % aptent SYSTEM
"apt.ent.ja">
14 <refentrytitle>apt-key
</refentrytitle>
15 <manvolnum>8</manvolnum>
18 <!-- Man page title -->
20 <refname>apt-key
</refname>
22 <refpurpose>APT key management utility</refpurpose>
24 <refpurpose>APT キー管理ユーティリティ
</refpurpose>
30 <command>apt-key
</command>
31 <arg><replaceable>command
</replaceable>/
</arg>
32 <arg rep=
"repeat"><option><replaceable>arguments
</replaceable></option></arg>
37 <refsect1><title>Description</title>
39 <refsect1><title>説明
</title>
42 <command>apt-key</command> is used to manage the list of keys used
43 by apt to authenticate packages. Packages which have been
44 authenticated using these keys will be considered trusted.
46 <command>apt-key
</command> は、
47 apt が パッケージを認証するのに使用するキーの一覧を管理するのに使用します。
48 このキーで認証されたパッケージは、信頼するに足ると見なせるでしょう。
53 <refsect1><title>Commands</title>
55 <refsect1><title>コマンド
</title>
57 <varlistentry><term>add
<replaceable>filename
</replaceable></term>
62 Add a new key to the list of trusted keys. The key is read
63 from <replaceable>filename</replaceable>, or standard input if
64 <replaceable>filename</replaceable> is <literal>-</literal>.
67 このキーは
<replaceable>filename
</replaceable> から読み込みますが、
68 <replaceable>filename
</replaceable> を
<literal>-
</literal> とすると、
75 <varlistentry><term>del
<replaceable>keyid
</replaceable></term>
80 Remove a key from the list of trusted keys.
89 <varlistentry><term>list
</term>
103 <varlistentry><term>update
</term>
108 Update the local keyring with the keyring of Debian archive
109 keys and removes from the keyring the archive keys which are no
112 Debian アーカイブキーで、ローカルキーリングを更新し、
113 もう有効でないキーをキーリングから削除します。
123 <refsect1><title>Files</title>
125 <refsect1><title>ファイル
</title>
127 <varlistentry><term><filename>/etc/apt/trusted.gpg
</filename></term>
129 <listitem><para>Keyring of local trusted keys, new keys will be added here.</para></listitem>
131 <listitem><para>ローカル信頼キーのキーリング。
132 新しいキーはここに追加されます。
</para></listitem>
135 <varlistentry><term><filename>/etc/apt/trustdb.gpg
</filename></term>
137 <listitem><para>Local trust database of archive keys.</para></listitem>
139 <listitem><para>アーカイブキーのローカル信頼データベース
</para></listitem>
142 <varlistentry><term><filename>/usr/share/keyrings/debian-archive-keyring.gpg
</filename></term>
144 <listitem><para>Keyring of Debian archive trusted keys.</para></listitem>
146 <listitem><para>Debian アーカイブ信頼キーのキーリング
</para></listitem>
149 <varlistentry><term><filename>/usr/share/keyrings/debian-archive-removed-keys.gpg
</filename></term>
151 <listitem><para>Keyring of Debian archive removed trusted keys.</para></listitem>
153 <listitem><para>削除された Debian アーカイブ信頼キーのキーリング
</para></listitem>
163 <refsect1><title>See Also</title>
165 <refsect1><title>関連項目
</title>
167 &apt-get;, &apt-secure;