/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: 2008-09-06 17:24:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080906172458-2x5wlfkn7oqckt1y
* legalnotice.xml: Copy DocBook 4.4-formatted text from
                   <http://www.gnu.org/licenses/gpl-3.0.dbk>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
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
<!ENTITY VERSION "1.0">
4
5
<!ENTITY COMMANDNAME "mandos-keygen">
5
 
<!ENTITY TIMESTAMP "2011-08-08">
6
 
<!ENTITY % common SYSTEM "common.ent">
7
 
%common;
 
6
<!ENTITY TIMESTAMP "2008-09-06">
8
7
]>
9
8
 
10
9
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
12
11
    <title>Mandos Manual</title>
13
12
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
13
    <productname>Mandos</productname>
15
 
    <productnumber>&version;</productnumber>
 
14
    <productnumber>&VERSION;</productnumber>
16
15
    <date>&TIMESTAMP;</date>
17
16
    <authorgroup>
18
17
      <author>
32
31
    </authorgroup>
33
32
    <copyright>
34
33
      <year>2008</year>
35
 
      <year>2009</year>
36
 
      <year>2011</year>
37
34
      <holder>Teddy Hogeborn</holder>
38
35
      <holder>Björn Påhlsson</holder>
39
36
    </copyright>
40
37
    <xi:include href="legalnotice.xml"/>
41
38
  </refentryinfo>
42
 
  
 
39
 
43
40
  <refmeta>
44
41
    <refentrytitle>&COMMANDNAME;</refentrytitle>
45
42
    <manvolnum>8</manvolnum>
51
48
      Generate key and password for Mandos client and server.
52
49
    </refpurpose>
53
50
  </refnamediv>
54
 
  
 
51
 
55
52
  <refsynopsisdiv>
56
53
    <cmdsynopsis>
57
54
      <command>&COMMANDNAME;</command>
125
122
      <group choice="req">
126
123
        <arg choice="plain"><option>--password</option></arg>
127
124
        <arg choice="plain"><option>-p</option></arg>
128
 
        <arg choice="plain"><option>--passfile
129
 
        <replaceable>FILE</replaceable></option></arg>
130
 
        <arg choice="plain"><option>-F</option>
131
 
        <replaceable>FILE</replaceable></arg>
132
125
      </group>
133
126
      <sbr/>
134
127
      <group>
174
167
    </para>
175
168
    <para>
176
169
      This program can also be used with the
177
 
      <option>--password</option> or <option>--passfile</option>
178
 
      options to generate a ready-made section for
179
 
      <filename>clients.conf</filename> (see
 
170
      <option>--password</option> option to generate a ready-made
 
171
      section for <filename>clients.conf</filename> (see
180
172
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
181
173
      <manvolnum>5</manvolnum></citerefentry>).
182
174
    </para>
205
197
          </para>
206
198
        </listitem>
207
199
      </varlistentry>
208
 
      
 
200
 
209
201
      <varlistentry>
210
202
        <term><option>--dir
211
203
        <replaceable>DIRECTORY</replaceable></option></term>
218
210
          </para>
219
211
        </listitem>
220
212
      </varlistentry>
221
 
      
 
213
 
222
214
      <varlistentry>
223
215
        <term><option>--type
224
216
        <replaceable>TYPE</replaceable></option></term>
230
222
          </para>
231
223
        </listitem>
232
224
      </varlistentry>
233
 
      
 
225
 
234
226
      <varlistentry>
235
227
        <term><option>--length
236
228
        <replaceable>BITS</replaceable></option></term>
242
234
          </para>
243
235
        </listitem>
244
236
      </varlistentry>
245
 
      
 
237
 
246
238
      <varlistentry>
247
239
        <term><option>--subtype
248
240
        <replaceable>KEYTYPE</replaceable></option></term>
255
247
          </para>
256
248
        </listitem>
257
249
      </varlistentry>
258
 
      
 
250
 
259
251
      <varlistentry>
260
252
        <term><option>--sublength
261
253
        <replaceable>BITS</replaceable></option></term>
267
259
          </para>
268
260
        </listitem>
269
261
      </varlistentry>
270
 
      
 
262
 
271
263
      <varlistentry>
272
264
        <term><option>--email
273
265
        <replaceable>ADDRESS</replaceable></option></term>
279
271
          </para>
280
272
        </listitem>
281
273
      </varlistentry>
282
 
      
 
274
 
283
275
      <varlistentry>
284
276
        <term><option>--comment
285
277
        <replaceable>TEXT</replaceable></option></term>
292
284
          </para>
293
285
        </listitem>
294
286
      </varlistentry>
295
 
      
 
287
 
296
288
      <varlistentry>
297
289
        <term><option>--expire
298
290
        <replaceable>TIME</replaceable></option></term>
306
298
          </para>
307
299
        </listitem>
308
300
      </varlistentry>
309
 
      
 
301
 
310
302
      <varlistentry>
311
303
        <term><option>--force</option></term>
312
304
        <term><option>-f</option></term>
334
326
          </para>
335
327
        </listitem>
336
328
      </varlistentry>
337
 
      <varlistentry>
338
 
        <term><option>--passfile
339
 
        <replaceable>FILE</replaceable></option></term>
340
 
        <term><option>-F
341
 
        <replaceable>FILE</replaceable></option></term>
342
 
        <listitem>
343
 
          <para>
344
 
            The same as <option>--password</option>, but read from
345
 
            <replaceable>FILE</replaceable>, not the terminal.
346
 
          </para>
347
 
        </listitem>
348
 
      </varlistentry>
349
329
    </variablelist>
350
330
  </refsect1>
351
 
  
 
331
 
352
332
  <refsect1 id="overview">
353
333
    <title>OVERVIEW</title>
354
334
    <xi:include href="overview.xml"/>
358
338
      <filename>clients.conf</filename> on the server.
359
339
    </para>
360
340
  </refsect1>
361
 
  
 
341
 
362
342
  <refsect1 id="exit_status">
363
343
    <title>EXIT STATUS</title>
364
344
    <para>
384
364
    </variablelist>
385
365
  </refsect1>
386
366
  
387
 
  <refsect1 id="files">
 
367
  <refsect1 id="file">
388
368
    <title>FILES</title>
389
369
    <para>
390
370
      Use the <option>--dir</option> option to change where
421
401
      </varlistentry>
422
402
    </variablelist>
423
403
  </refsect1>
424
 
  
 
404
 
425
405
<!--   <refsect1 id="bugs"> -->
426
406
<!--     <title>BUGS</title> -->
427
407
<!--     <para> -->
428
408
<!--     </para> -->
429
409
<!--   </refsect1> -->
430
 
  
 
410
 
431
411
  <refsect1 id="example">
432
412
    <title>EXAMPLE</title>
433
413
    <informalexample>
474
454
      </para>
475
455
    </informalexample>
476
456
  </refsect1>
477
 
  
 
457
 
478
458
  <refsect1 id="security">
479
459
    <title>SECURITY</title>
480
460
    <para>
489
469
      <manvolnum>8</manvolnum></citerefentry>.
490
470
    </para>
491
471
  </refsect1>
492
 
  
 
472
 
493
473
  <refsect1 id="see_also">
494
474
    <title>SEE ALSO</title>
495
475
    <para>
496
 
      <citerefentry><refentrytitle>intro</refentrytitle>
497
 
      <manvolnum>8mandos</manvolnum></citerefentry>,
498
476
      <citerefentry><refentrytitle>gpg</refentrytitle>
499
477
      <manvolnum>1</manvolnum></citerefentry>,
500
478
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>