/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-keygen.xml

  • Committer: Teddy Hogeborn
  • Date: 2014-03-28 22:32:21 UTC
  • Revision ID: teddy@recompile.se-20140328223221-w579qlvlex5if3dn
Fix location and format of signing key file.

* debian/upstream/signing-key.asc: Added.
* debian/upstream-signing-key.pgp: Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos-keygen">
5
 
<!ENTITY TIMESTAMP "2012-01-01">
 
5
<!ENTITY TIMESTAMP "2013-10-22">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
227
227
        <replaceable>TYPE</replaceable></option></term>
228
228
        <listitem>
229
229
          <para>
230
 
            Key type.  Default is <quote>DSA</quote>.
 
230
            Key type.  Default is <quote>RSA</quote>.
231
231
          </para>
232
232
        </listitem>
233
233
      </varlistentry>
239
239
        <replaceable>BITS</replaceable></option></term>
240
240
        <listitem>
241
241
          <para>
242
 
            Key length in bits.  Default is 2048.
 
242
            Key length in bits.  Default is 4096.
243
243
          </para>
244
244
        </listitem>
245
245
      </varlistentry>
251
251
        <replaceable>KEYTYPE</replaceable></option></term>
252
252
        <listitem>
253
253
          <para>
254
 
            Subkey type.  Default is <quote>ELG-E</quote> (Elgamal
 
254
            Subkey type.  Default is <quote>RSA</quote> (Elgamal
255
255
            encryption-only).
256
256
          </para>
257
257
        </listitem>
264
264
        <replaceable>BITS</replaceable></option></term>
265
265
        <listitem>
266
266
          <para>
267
 
            Subkey length in bits.  Default is 2048.
 
267
            Subkey length in bits.  Default is 4096.
268
268
          </para>
269
269
        </listitem>
270
270
      </varlistentry>
288
288
        <replaceable>TEXT</replaceable></option></term>
289
289
        <listitem>
290
290
          <para>
291
 
            Comment field for key.  The default value is
292
 
            <quote><literal>Mandos client key</literal></quote>.
 
291
            Comment field for key.  Default is empty.
293
292
          </para>
294
293
        </listitem>
295
294
      </varlistentry>