diff options
author | Werner Koch <[email protected]> | 2021-03-15 09:47:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-03-15 09:47:19 +0000 |
commit | 1523b5f76f6e600c4f2d153b49a807ff2dc8d268 (patch) | |
tree | 34f7fc39bb8b95264b8ead7c4060cab2697b64a6 /doc/gpg.texi | |
parent | w32: Silence a compiler warning in dirmngr.c (diff) | |
download | gnupg-Beta-2.3.0-beta1655.tar.gz gnupg-Beta-2.3.0-beta1655.zip |
gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655
* 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 <[email protected]>
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 54455b4ac..bfcd61e22 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -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 |