mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-26 19:10:31 +00:00
Use non-vulnerable key server
This commit is contained in:
parent
326669f181
commit
af427c1d17
@ -196,7 +196,7 @@ class Common(object):
|
||||
|
||||
p = subprocess.Popen(['/usr/bin/gpg2', '--status-fd', '2',
|
||||
'--homedir', self.paths['gnupg_homedir'],
|
||||
'--keyserver', 'hkps://hkps.pool.sks-keyservers.net',
|
||||
'--keyserver', 'hkps://keys.openpgp.org',
|
||||
'--keyserver-options', 'ca-cert-file=' + self.paths['keyserver_ca']
|
||||
+ ',include-revoked,no-honor-keyserver-url,no-honor-pka-record',
|
||||
'--refresh-keys'], stderr=subprocess.PIPE)
|
||||
|
Loading…
Reference in New Issue
Block a user