diff options
author | Werner Koch <wk@gnupg.org> | 2009-12-07 16:52:27 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-12-07 16:52:27 +0100 |
commit | 85d778b9f6fc37f1fae9c2d0dca6c3d51517dd21 (patch) | |
tree | 46ac431df3a7970a33bee257b79ea00d35bee2a0 /doc | |
parent | allow for default algorithms in a gpg parameter file (diff) | |
download | gnupg2-85d778b9f6fc37f1fae9c2d0dca6c3d51517dd21.tar.xz gnupg2-85d778b9f6fc37f1fae9c2d0dca6c3d51517dd21.zip |
Use ADNS for PKA and SRV records if no other resolver is available.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 829407997..89f9e86a1 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -843,7 +843,7 @@ The format of this file is as follows: given but "default" is used the usage will be "sign". Subkey-Type: <algo-number>|<algo-string> This generates a secondary key. Currently only one subkey - can be handled. + can be handled. "default" is also supported. Subkey-Length: <length-in-bits> Length of the subkey in bits. The default is returned by running the command "gpg --gpgconf-list". |