mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: New option --no-auto-trust-new-key.
* g10/gpg.c (oNoAutoTrustNewKey): New. (opts): Add --no-auto-trust-new-key. (main): Set it. * g10/options.h (opt): Add flags.no_auto_trust_new_key. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
683ff00bb1
commit
1523b5f76f
6 changed files with 25 additions and 4 deletions
|
@ -3587,6 +3587,12 @@ You need to consult the source code to learn the details. Note that
|
|||
the advanced key generation commands can always be used to specify a
|
||||
key algorithm directly.
|
||||
|
||||
@item --no-auto-trust-new-key
|
||||
@opindex no-auto-trust-new-key
|
||||
When creating a new key the ownertrust of the new key is set to
|
||||
ultimate. This option disables this and the user needs to manually
|
||||
assign an ownertrust value.
|
||||
|
||||
@item --force-sign-key
|
||||
@opindex force-sign-key
|
||||
This option modifies the behaviour of the commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue