From fe4994db0e95036717441899dd9ee2fd472b52ae Mon Sep 17 00:00:00 2001 From: Sara Hopkins Date: Wed, 18 Jul 2012 18:23:31 +0000 Subject: [PATCH] Updated script to remove old Eduserv certificate with the first line of the current outgoing certificate. --- build/remove_old_eduserv_cert.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/remove_old_eduserv_cert.pl b/build/remove_old_eduserv_cert.pl index db67cfa1..6424d19c 100755 --- a/build/remove_old_eduserv_cert.pl +++ b/build/remove_old_eduserv_cert.pl @@ -7,7 +7,7 @@ # # This line indicates that the old certificate is present -$old_cert_line = 'MIID3TCCA0agAwIBAgIQCnFfdSGulBNKkPb/stl3IDANBgkqhkiG9w0BAQUFADCB'; +$old_cert_line = 'MIIEiTCCA3GgAwIBAgIRAPzB04tYcniZc/0mSMRCfXgwDQYJKoZIhvcNAQEFBQAw'; while (<>) {