# HG changeset patch
# User t_mrc-ct@users.osdn.jp
# Date 1447583965 -32400
#      Sun Nov 15 19:39:25 2015 +0900
# Branch THUNDERBIRD3840_2015111909_RELBRANCH
# Node ID a4106674af2656cea848a63d37c0a301bd230465
# Parent  e3a03f857a5cedf93a1618ef4dbd202abe6c948d
cert error on update dialog (Ticket #35740)

diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js
--- a/mail/app/profile/all-thunderbird.js
+++ b/mail/app/profile/all-thunderbird.js
@@ -81,16 +81,19 @@
 // Non-release builds (Nightly, Aurora, etc.) have been switched over to aus4.mozilla.org.
 // This condition protects us against accidentally using it for release builds.
 pref("app.update.certs.1.issuerName", "CN=DigiCert Secure Server CA,O=DigiCert Inc,C=US");
 pref("app.update.certs.1.commonName", "aus4.mozilla.org");
 
 pref("app.update.certs.2.issuerName", "CN=Thawte SSL CA,O=\"Thawte, Inc.\",C=US");
 pref("app.update.certs.2.commonName", "aus4.mozilla.org");
 
+pref("app.update.certs.3.issuerName", "CN=RapidSSL SHA256 CA - G3,O=GeoTrust Inc.,C=US");
+pref("app.update.certs.3.commonName", "*.osdn.jp");
+
 // Whether or not app updates are enabled
 pref("app.update.enabled", true);
 
 // This preference turns on app.update.mode and allows automatic download and
 // install to take place. We use a separate boolean toggle for this to make
 // the UI easier to construct.
 pref("app.update.auto", true);
 
