1
<?xml version='1.0' encoding='UTF-8'?>
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
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY COMMANDNAME "mandos-keygen">
6
<!ENTITY OVERVIEW SYSTEM "overview.xml">
6
<!ENTITY TIMESTAMP "2008-08-30">
9
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
11
<title>&COMMANDNAME;</title>
12
<!-- NWalsh's docbook scripts use this to generate the footer: -->
13
<productname>&COMMANDNAME;</productname>
11
<title>Mandos Manual</title>
12
<!-- NWalsh’s docbook scripts use this to generate the footer: -->
13
<productname>Mandos</productname>
14
14
<productnumber>&VERSION;</productnumber>
15
<date>&TIMESTAMP;</date>
17
18
<firstname>Björn</firstname>
143
161
<command>&COMMANDNAME;</command>
144
162
<group choice="req">
145
<arg choice='plain'><option>-h</option></arg>
146
<arg choice='plain'><option>--help</option></arg>
150
<command>&COMMANDNAME;</command>
152
<arg choice='plain'><option>-v</option></arg>
153
<arg choice='plain'><option>--version</option></arg>
163
<arg choice="plain"><option>-p</option></arg>
164
<arg choice="plain"><option>--password</option></arg>
167
<arg choice="plain"><option>--dir</option>
168
<replaceable>directory</replaceable></arg>
171
<arg choice="plain"><option>--name</option>
172
<replaceable>NAME</replaceable></arg>
176
<command>&COMMANDNAME;</command>
178
<arg choice="plain"><option>-h</option></arg>
179
<arg choice="plain"><option>--help</option></arg>
183
<command>&COMMANDNAME;</command>
185
<arg choice="plain"><option>-v</option></arg>
186
<arg choice="plain"><option>--version</option></arg>
156
189
</refsynopsisdiv>
218
258
<replaceable>bits</replaceable></literal></term>
221
Key length in bits. Default is 1024.
261
Key length in bits. Default is 2048.
267
<term><literal>-s</literal>, <literal>--subtype
268
<replaceable>type</replaceable></literal></term>
271
Subkey type. Default is <quote>ELG-E</quote> (Elgamal
278
<term><literal>-L</literal>, <literal>--sublength
279
<replaceable>bits</replaceable></literal></term>
282
Subkey length in bits. Default is 2048.
329
<term><literal>-p</literal>, <literal>--password</literal
333
Prompt for a password and encrypt it with the key already
334
present in either <filename>/etc/mandos</filename> or the
335
directory specified with the <option>--dir</option>
336
option. Outputs, on standard output, a section suitable
337
for inclusion in <citerefentry><refentrytitle
338
>mandos-clients.conf</refentrytitle><manvolnum
339
>8</manvolnum></citerefentry>. The host name or the name
340
specified with the <option>--name</option> option is used
341
for the section header. All other options are ignored,
342
and no keys are created.
270
349
<refsect1 id="overview">
271
350
<title>OVERVIEW</title>
351
<xi:include href="overview.xml"/>
274
This program is a small program to generate new OpenPGP keys for
353
This program is a small utility to generate new OpenPGP keys for
275
354
new Mandos clients.
279
358
<refsect1 id="exit_status">
280
359
<title>EXIT STATUS</title>
361
The exit status will be 0 if new keys were successfully created,
366
<refsect1 id="environment">
367
<title>ENVIRONMENT</title>
370
<term><envar>TMPDIR</envar></term>
373
If set, temporary files will be created here. See
374
<citerefentry><refentrytitle>mktemp</refentrytitle>
375
<manvolnum>1</manvolnum></citerefentry>.
285
382
<refsect1 id="file">
286
383
<title>FILES</title>
385
Use the <option>--dir</option> option to change where
386
<command>&COMMANDNAME;</command> will write the key files. The
387
default file names are shown here.
391
<term><filename>/etc/mandos/seckey.txt</filename></term>
394
OpenPGP secret key file which will be created or
400
<term><filename>/etc/mandos/pubkey.txt</filename></term>
403
OpenPGP public key file which will be created or
409
<term><filename>/tmp</filename></term>
412
Temporary files will be written here if
413
<varname>TMPDIR</varname> is not set.
291
420
<refsect1 id="bugs">
292
421
<title>BUGS</title>
423
None are known at this time.
297
427
<refsect1 id="example">
298
428
<title>EXAMPLE</title>
431
Normal invocation needs no options:
434
<userinput>&COMMANDNAME;</userinput>
439
Create keys in another directory and of another type. Force
440
overwriting old key files:
444
<!-- do not wrap this line -->
445
<userinput>&COMMANDNAME; --dir ~/keydir --type RSA --force</userinput>
303
451
<refsect1 id="security">
304
452
<title>SECURITY</title>
454
The <option>--type</option>, <option>--length</option>,
455
<option>--subtype</option>, and <option>--sublength</option>
456
options can be used to create keys of insufficient security. If
457
in doubt, leave them to the default values.
460
The key expire time is not guaranteed to be honored by
461
<citerefentry><refentrytitle>mandos</refentrytitle>
462
<manvolnum>8</manvolnum></citerefentry>.
309
466
<refsect1 id="see_also">
310
467
<title>SEE ALSO</title>
312
<citerefentry><refentrytitle>password-request</refentrytitle>
313
<manvolnum>8mandos</manvolnum></citerefentry>,
314
<citerefentry><refentrytitle>mandos</refentrytitle>
315
<manvolnum>8</manvolnum></citerefentry>, and
316
469
<citerefentry><refentrytitle>gpg</refentrytitle>
317
<manvolnum>1</manvolnum></citerefentry>
470
<manvolnum>1</manvolnum></citerefentry>,
471
<citerefentry><refentrytitle>mandos</refentrytitle>
472
<manvolnum>8</manvolnum></citerefentry>,
473
<citerefentry><refentrytitle>password-request</refentrytitle>
474
<manvolnum>8mandos</manvolnum></citerefentry>
479
<!-- Local Variables: -->
480
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
481
<!-- time-stamp-end: "[\"']>" -->
482
<!-- time-stamp-format: "%:y-%02m-%02d" -->