diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 5 | ||||
-rw-r--r-- | doc/wks.texi | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 61d9089d8..9491dc83f 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2622,6 +2622,11 @@ opposite meaning. The options are: 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 export-revocs + Export only standalone revocation certificates of the key. This + option does not export revocations of 3rd party certificate + revocations. + @item export-dane Instead of outputting the key material output OpenPGP DANE records suitable to put into DNS zone files. An ORIGIN line is printed before diff --git a/doc/wks.texi b/doc/wks.texi index e398ccb4a..897d30d0c 100644 --- a/doc/wks.texi +++ b/doc/wks.texi @@ -222,6 +222,14 @@ operation. The format of @var{file} is one mail address (just the addrspec, e.g. "postel@@isi.edu") per line. Empty lines and lines starting with a '#' are ignored. +@item --add-revocs +@opindex add-revocs +If enabled append revocation certificates for the same addrspec as +used in the WKD to the key. Modern gpg version are able to import and +apply them for existing keys. Note that when used with the +@option{--mirror} command the revocation are searched in the local +keyring and not in an LDAP directory. + @item --verbose @opindex verbose Enable extra informational output. |