aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-02-05 07:53:06 +0000
committerWerner Koch <[email protected]>2024-02-05 07:53:06 +0000
commit5842eee80523ad1bbfa86d61b62875beacc33f9d (patch)
tree9dcbd5b75458e5c0aaba6e212119293c9ce3ae65
parentdoc: Improve warning for --use-embedded-filename. (diff)
downloadgnupg-5842eee80523ad1bbfa86d61b62875beacc33f9d.tar.gz
gnupg-5842eee80523ad1bbfa86d61b62875beacc33f9d.zip
doc: Suggest the use of a fingerprint for --default-key.
-- GnuPG-bug-id: 6975
-rw-r--r--doc/gpg.texi41
1 files changed, 23 insertions, 18 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 748c02da6..2f5b613d8 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -1290,19 +1290,22 @@ are usually found in the option file.
@item --default-key @var{name}
@opindex default-key
-Use @var{name} as the default key to sign with. If this option is not
-used, the default key is the first key found in the secret keyring.
-Note that @option{-u} or @option{--local-user} overrides this option.
-This option may be given multiple times. In this case, the last key
-for which a secret key is available is used. If there is no secret
-key available for any of the specified values, GnuPG will not emit an
-error message but continue as if this option wasn't given.
+Use @var{name} as the default key to sign with. It is suggested to
+use a fingerprint or at least a long keyID for @var{name}. If this
+option is not used, the default key is the first key found in the
+secret keyring. Note that @option{-u} or @option{--local-user}
+overrides this option. This option may be given multiple times. In
+this case, the last key for which a secret key is available is used.
+If there is no secret key available for any of the specified values,
+GnuPG will not emit an error message but continue as if this option
+wasn't given.
+
@item --default-recipient @var{name}
@opindex default-recipient
Use @var{name} as default recipient if option @option{--recipient} is
not used and don't ask if this is a valid one. @var{name} must be
-non-empty.
+non-empty and it is suggested to use a fingerprint for @var{name}.
@item --default-recipient-self
@opindex default-recipient-self
@@ -2336,19 +2339,21 @@ the key in this file is fully valid.
@opindex encrypt-to
Same as @option{--recipient} but this one is intended for use in the
options file and may be used with your own user-id as an
-"encrypt-to-self". These keys are only used when there are other
-recipients given either by use of @option{--recipient} or by the asked
-user id. No trust checking is performed for these user ids and even
-disabled keys can be used.
+"encrypt-to-self". It is suggested to use a fingerprint or at least a
+long keyID for @var{name}. These keys are only used when there are
+other recipients given either by use of @option{--recipient} or by the
+asked user id. No trust checking is performed for these user ids and
+even disabled keys can be used.
@item --hidden-encrypt-to @var{name}
@opindex hidden-encrypt-to
-Same as @option{--hidden-recipient} but this one is intended for use in the
-options file and may be used with your own user-id as a hidden
-"encrypt-to-self". These keys are only used when there are other
-recipients given either by use of @option{--recipient} or by the asked user id.
-No trust checking is performed for these user ids and even disabled
-keys can be used.
+Same as @option{--hidden-recipient} but this one is intended for use
+in the options file and may be used with your own user-id as a hidden
+"encrypt-to-self". It is suggested to use a fingerprint or at least a
+long keyID for @var{name}. These keys are only used when there are
+other recipients given either by use of @option{--recipient} or by the
+asked user id. No trust checking is performed for these user ids and
+even disabled keys can be used.
@item --no-encrypt-to
@opindex no-encrypt-to