mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* DETAILS: Removed the comment that unattended key generation is
experimental. It is now a standard feature.
This commit is contained in:
parent
7997bba7a9
commit
fa236d517b
@ -1,3 +1,8 @@
|
|||||||
|
2002-01-07 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* DETAILS: Removed the comment that unattended key generation is
|
||||||
|
experimental. It is now a standard feature.
|
||||||
|
|
||||||
2001-12-22 David Shaw <dshaw@jabberwocky.com>
|
2001-12-22 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Fixed a few typos.
|
* gpg.sgml: Fixed a few typos.
|
||||||
|
11
doc/DETAILS
11
doc/DETAILS
@ -329,14 +329,11 @@ Key generation
|
|||||||
|
|
||||||
Unattended key generation
|
Unattended key generation
|
||||||
=========================
|
=========================
|
||||||
There is an experimental feature which allows for unattended
|
This feature allows unattended generation of keys controlled by a
|
||||||
generation of keys controlled by a parameter file.
|
parameter file. To use this feature, you use --gen-key together with
|
||||||
This feature is not very well tested and does only make sense for some
|
--batch and feed the parameters either from stdin or from a file given
|
||||||
very special applications. Please don't complain if we decide to change
|
on the commandline.
|
||||||
the behaviour of this command.
|
|
||||||
|
|
||||||
To use this feature, you use --gen-key together with --batch and feed the
|
|
||||||
parameters either from stdin or from a file given on the commandline.
|
|
||||||
The format of this file is as follows:
|
The format of this file is as follows:
|
||||||
o Text only, line length is limited to about 1000 chars.
|
o Text only, line length is limited to about 1000 chars.
|
||||||
o You must use UTF-8 encoding to specify non-ascii characters.
|
o You must use UTF-8 encoding to specify non-ascii characters.
|
||||||
|
Loading…
Reference in New Issue
Block a user