mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
wks: Use export-clean for --mirror and --create.
* tools/wks-util.c (wks_get_key): Change from export-minimal to export-clean -- To properly work with tusted introducers et al. it is important to also upload valid key signatures to the Web Key Directory.
This commit is contained in:
parent
06aeb2b45c
commit
2c7f7a5a27
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ wks_get_key (estream_t *r_key, const char *fingerprint, const char *addrspec,
|
||||||
ccparray_put (&ccp, "--always-trust");
|
ccparray_put (&ccp, "--always-trust");
|
||||||
if (!binary)
|
if (!binary)
|
||||||
ccparray_put (&ccp, "--armor");
|
ccparray_put (&ccp, "--armor");
|
||||||
ccparray_put (&ccp, "--export-options=export-minimal");
|
ccparray_put (&ccp, "--export-options=export-clean");
|
||||||
ccparray_put (&ccp, "--export-filter");
|
ccparray_put (&ccp, "--export-filter");
|
||||||
ccparray_put (&ccp, filterexp);
|
ccparray_put (&ccp, filterexp);
|
||||||
ccparray_put (&ccp, "--export");
|
ccparray_put (&ccp, "--export");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue