This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new bc9e477  Also drop gozer.rediris.es as its cert has expired
bc9e477 is described below

commit bc9e477d15ec8e103c04ac0eef8bdc130afa43c6
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 23 11:58:06 2021 +0100

    Also drop gozer.rediris.es as its cert has expired
---
 www/secretary/workbench/views/actions/check-signature.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb 
b/www/secretary/workbench/views/actions/check-signature.json.rb
index a8215fa..d2dde86 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -11,8 +11,8 @@ ENV['GNUPGHOME'] = GNUPGHOME if GNUPGHOME
 # ** N.B. ensure the keyserver URI is known below **
 
 # Restored keys.openpgp.org; sks-keryservers is dead; we can do without email
-
-KEYSERVERS = %w{keys.openpgp.org hkps.pool.sks-keyservers.net gozer.rediris.es}
+# gozer.rediris.es certificate has expired
+KEYSERVERS = %w{keys.openpgp.org}
 
 # Obtained from 
https://dl.cacerts.digicert.com/TERENASSLHighAssuranceCA3.crt.pem
 # Needed by gozer host

Reply via email to