diff pidgin/win32/nsis/pidgin-installer.nsi @ 27646:29e85d424701

New MSN certs needed for login.live.com. Closes #9682. For anyone verifying these as I add them, yes this is a separate "Class 3 Public Primary Certification Authority - G5" than the other one. The EV cert is signed by the G5 - 2 cert, which is signed by the Class 3 Primary CA. Yuck.
author Paul Aurich <paul@darkrain42.org>
date Thu, 16 Jul 2009 05:28:17 +0000
parents b74fa3d29cda
children 307f346eefa2
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Thu Jul 16 04:40:08 2009 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Thu Jul 16 05:28:17 2009 +0000
@@ -719,8 +719,10 @@
     Delete "$INSTDIR\ca-certs\Microsoft_Secure_Server_Authority.pem"
     Delete "$INSTDIR\ca-certs\StartCom_Certification_Authority.pem"
     Delete "$INSTDIR\ca-certs\StartCom_Free_SSL_CA.pem"
+	Delete "$INSTDIR\ca-certs\VeriSign_Class3_Extended_Validation_CA.pem"
     Delete "$INSTDIR\ca-certs\Verisign_Class3_Primary_CA.pem"
     Delete "$INSTDIR\ca-certs\VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem"
+	Delete "$INSTDIR\ca-certs\VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5_2.pem"
     Delete "$INSTDIR\ca-certs\VeriSign_International_Server_Class_3_CA.pem"
     Delete "$INSTDIR\ca-certs\Verisign_RSA_Secure_Server_CA.pem"
     RMDir "$INSTDIR\ca-certs"