You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/07/23 11:29:15 UTC

[whimsy] branch master updated: Docco

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 22d1814  Docco
22d1814 is described below

commit 22d1814c7f5b67b9dbff91edca7eae46444f1217
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 23 12:29:03 2021 +0100

    Docco
---
 www/secretary/workbench/views/actions/check-signature.json.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb b/www/secretary/workbench/views/actions/check-signature.json.rb
index d2dde86..3567b1b 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -15,8 +15,10 @@ ENV['GNUPGHOME'] = GNUPGHOME if GNUPGHOME
 KEYSERVERS = %w{keys.openpgp.org}
 
 # Obtained from https://dl.cacerts.digicert.com/TERENASSLHighAssuranceCA3.crt.pem
-# Needed by gozer host
+# Originally needed by gozer host, possibly others?
 TERENA_CERT = '/srv/whimsy/www/secretary/workbench/TERENA_SSL_High_Assurance_CA_3.pem'
+# FTR, the certificate expires Nov 18 12:00:00 2024 GMT, according to:
+# openssl x509 -noout -text -in TERENASSLHighAssuranceCA3.crt.pem
 
 # ** N.B. ensure the keyserver URI is known below **
 def getServerURI(server, keyid)