/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: 2019-02-09 23:34:15 UTC
  • Revision ID: teddy@recompile.se-20190209233415-m1ntebuepwna1xg1
Doc fix: Change some "/etc/mandos" to "/etc/keys/mandos"

* clients.conf: Change "/etc/mandos" to "/etc/keys/mandos" where
                appropriate
* mandos-keygen.xml: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
      TLS and OpenPGP keys used by
191
191
      <citerefentry><refentrytitle>mandos-client</refentrytitle>
192
192
      <manvolnum>8mandos</manvolnum></citerefentry>.  The keys are
193
 
      normally written to /etc/mandos for later installation into the
194
 
      initrd image, but this, and most other things, can be changed
195
 
      with command line options.
 
193
      normally written to /etc/keys/mandos for later installation into
 
194
      the initrd image, but this, and most other things, can be
 
195
      changed with command line options.
196
196
    </para>
197
197
    <para>
198
198
      This program can also be used with the
235
235
        <replaceable>DIRECTORY</replaceable></option></term>
236
236
        <listitem>
237
237
          <para>
238
 
            Target directory for key files.  Default is
239
 
            <filename class="directory">/etc/mandos</filename>.
 
238
            Target directory for key files.  Default is <filename
 
239
            class="directory">/etc/keys/mandos</filename>.
240
240
          </para>
241
241
        </listitem>
242
242
      </varlistentry>
354
354
        <listitem>
355
355
          <para>
356
356
            Prompt for a password and encrypt it with the key already
357
 
            present in either <filename>/etc/mandos</filename> or the
358
 
            directory specified with the <option>--dir</option>
 
357
            present in either <filename>/etc/keys/mandos</filename> or
 
358
            the directory specified with the <option>--dir</option>
359
359
            option.  Outputs, on standard output, a section suitable
360
360
            for inclusion in <citerefentry><refentrytitle
361
361
            >mandos-clients.conf</refentrytitle><manvolnum
441
441
    </para>
442
442
    <variablelist>
443
443
      <varlistentry>
444
 
        <term><filename>/etc/mandos/seckey.txt</filename></term>
 
444
        <term><filename>/etc/keys/mandos/seckey.txt</filename></term>
445
445
        <listitem>
446
446
          <para>
447
447
            OpenPGP secret key file which will be created or
450
450
        </listitem>
451
451
      </varlistentry>
452
452
      <varlistentry>
453
 
        <term><filename>/etc/mandos/pubkey.txt</filename></term>
 
453
        <term><filename>/etc/keys/mandos/pubkey.txt</filename></term>
454
454
        <listitem>
455
455
          <para>
456
456
            OpenPGP public key file which will be created or
515
515
    </informalexample>
516
516
    <informalexample>
517
517
      <para>
518
 
        Prompt for a password, encrypt it with the key in <filename
519
 
        class="directory">/etc/mandos</filename> and output a section
520
 
        suitable for <filename>clients.conf</filename>.
 
518
        Prompt for a password, encrypt it with the keys in <filename
 
519
        class="directory">/etc/keys/mandos</filename> and output a
 
520
        section suitable for <filename>clients.conf</filename>.
521
521
      </para>
522
522
      <para>
523
523
        <userinput>&COMMANDNAME; --password</userinput>
525
525
    </informalexample>
526
526
    <informalexample>
527
527
      <para>
528
 
        Prompt for a password, encrypt it with the key in the
 
528
        Prompt for a password, encrypt it with the keys in the
529
529
        <filename>client-key</filename> directory and output a section
530
530
        suitable for <filename>clients.conf</filename>.
531
531
      </para>