Accept key discovery from WKD

This commit is contained in:
nemunaire 2017-10-22 11:30:13 +02:00
parent a3d06a545b
commit 5d8a7ab834
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ def check_sep(data, sign, GNUPG_DIRECTORY):
"--homedir=" + GNUPG_DIRECTORY,
"--status-fd=1",
"--auto-key-retrieve",
"--auto-key-locate=clear,local,pka,dane,cert,keyserver",
"--auto-key-locate=clear,local,pka,dane,wkd,cert,keyserver",
"--keyserver=pool.sks-keyservers.net",
"--quiet",
"--batch",