diff --git a/SparkleShare/Common/Avatars.cs b/SparkleShare/Common/Avatars.cs index 571fcff8..e9a5631a 100644 --- a/SparkleShare/Common/Avatars.cs +++ b/SparkleShare/Common/Avatars.cs @@ -121,9 +121,10 @@ namespace SparkleShare // On some systems (mostly Linux) we can't assume the needed certificates are // available, so we have to check the certificate's SHA-1 fingerprint manually. // - // SHA1 fingerprinter obtained from https://www.gravatar.com/ on Feb 14 2020 - // Set to expire on Sep 05 2020 - string gravatar_cert_fingerprint = "3011C8954A672A01557E804AFF2F3D006D9BBD7C"; + // SHA1 fingerprinter obtained from https://www.gravatar.com/ on Oct 23 2020 + // Set to expire on Nov 16 2022 + + string gravatar_cert_fingerprint = "846963703FD297724E91BDF47FFE4BC19E93EA15"; if (!certificate2.Thumbprint.Equals (gravatar_cert_fingerprint)) { Logger.LogInfo ("Avatars", "Invalid certificate for https://www.gravatar.com/");