~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to doc/apt-secure.8.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 <refmeta>
14
14
   <refentrytitle>apt-secure</refentrytitle>
15
15
   <manvolnum>8</manvolnum>
 
16
   <refmiscinfo class="manual">APT</refmiscinfo>
16
17
 </refmeta>
17
18
 
18
19
<!-- NOTE: This manpage has been written based on the
67
68
   different steps. <command>apt-secure</command> is the last step in
68
69
   this chain, trusting an archive does not mean that the packages
69
70
   that you trust it do not contain malicious code but means that you
70
 
   trust the archive maintainer. Its the archive maintainer
 
71
   trust the archive maintainer. It's the archive maintainer
71
72
   responsibility to ensure that the archive integrity is correct.
72
73
   </para>
73
74
 
93
94
   is computed and put in the Packages file. The MD5 sum of all of the
94
95
   packages files are then computed and put into the Release file. The
95
96
   Release file is then signed by the archive key (which is created
96
 
   once a year and distributed through the FTP server. This key is
 
97
   once a year) and distributed through the FTP server. This key is
97
98
   also on the Debian keyring.
98
99
   </para>
99
100
 
156
157
   </para>
157
158
 
158
159
     <itemizedlist>
159
 
       <listitem><para><literal>Create a toplevel Release
160
 
       file</literal>.  if it does not exist already. You can do this
 
160
       <listitem><para><emphasis>Create a toplevel Release
 
161
       file</emphasis>,  if it does not exist already. You can do this
161
162
       by running <command>apt-ftparchive release</command> 
162
163
       (provided in apt-utils).</para></listitem>
163
164
   
164
 
      <listitem><para><literal>Sign it</literal>. You can do this by running
 
165
      <listitem><para><emphasis>Sign it</emphasis>. You can do this by running
165
166
      <command>gpg -abs -o Release.gpg Release</command>.</para></listitem>
166
167
 
167
 
      <listitem><para><literal>Publish the key fingerprint</literal>,
 
168
      <listitem><para><emphasis>Publish the key fingerprint</emphasis>,
168
169
      that way your users will know what key they need to import in
169
170
      order to authenticate the files in the
170
171
      archive.</para></listitem>