diff options
author | Werner Koch <[email protected]> | 2015-03-10 12:44:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-03-10 14:37:16 +0000 |
commit | 7b5b52f3268b093eebbac3f199fb69bf246d9cd1 (patch) | |
tree | d1deeb1d4382c3a5cae1e26f17cc770ef7d0e012 /doc | |
parent | gpg: Add --list-gcrypt-config and "curve" item for --list-config. (diff) | |
download | gnupg-7b5b52f3268b093eebbac3f199fb69bf246d9cd1.tar.gz gnupg-7b5b52f3268b093eebbac3f199fb69bf246d9cd1.zip |
gpg: Change --print-pka-records into an option.
* g10/gpg.c (aPrintPKARecords): Rename to oPrintPKARecords and do not
use it as a command.
* g10/keylist.c (list_keyblock): List PKA rceords also for secret
keys.
--
An option allows to use it more flexible. For example to select only
secret keys.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index a326233fa..11d891914 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2114,6 +2114,13 @@ as it is easily machine parsed. The details of this format are documented in the file @file{doc/DETAILS}, which is included in the GnuPG source distribution. + +@item --print-pka-records +@opindex print-pka-records +Modify the output of the list commands to print PKA records suitable +to put into DNS zone files. An ORIGIN line is printed before each +record to allow diverting the records to the corresponding zone file. + @item --fixed-list-mode @opindex fixed-list-mode Do not merge primary user ID and primary key in @option{--with-colon} |