# HG changeset patch
# User t_mrc-ct@users.osdn.jp
# Date 1447583965 -32400
#      Sun Nov 15 19:39:25 2015 +0900
# Branch THUNDERBIRD3880_2016050308_RELBRANCH
# Node ID 007416db841b472361d4a69011d3b2bfce8878e9
# Parent  5479c54a4ed3e41b3b1b6255218560680395a35d
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);
 
