Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
bug 803531: renew authenticode certificates in september 2013 - updat…
Browse files Browse the repository at this point in the history
…e authenticode issuer in tree. r=rstrong
  • Loading branch information
bhearsum committed Sep 26, 2013
1 parent d5626ba commit 31c39a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion browser/branding/aurora/branding.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# The installer's certificate name and issuer expected by the stub installer
!define CertNameDownload "Mozilla Corporation"
!define CertIssuerDownload "Thawte Code Signing CA - G2"
!define CertIssuerDownload "DigiCert Assured ID Code Signing CA-1"

# Dialog units are used so the UI displays correctly with the system's DPI
# settings.
Expand Down
2 changes: 1 addition & 1 deletion browser/branding/nightly/branding.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# The installer's certificate name and issuer expected by the stub installer
!define CertNameDownload "Mozilla Corporation"
!define CertIssuerDownload "Thawte Code Signing CA - G2"
!define CertIssuerDownload "DigiCert Assured ID Code Signing CA-1"

# Dialog units are used so the UI displays correctly with the system's DPI
# settings.
Expand Down
2 changes: 1 addition & 1 deletion browser/branding/official/branding.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# The installer's certificate name and issuer expected by the stub installer
!define CertNameDownload "Mozilla Corporation"
!define CertIssuerDownload "Thawte Code Signing CA - G2"
!define CertIssuerDownload "DigiCert Assured ID Code Signing CA-1"

# Dialog units are used so the UI displays correctly with the system's DPI
# settings.
Expand Down
2 changes: 1 addition & 1 deletion browser/installer/windows/nsis/defines.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
!define NO_UNINSTALL_SURVEY

!define CERTIFICATE_NAME "Mozilla Corporation"
!define CERTIFICATE_ISSUER "Thawte Code Signing CA - G2"
!define CERTIFICATE_ISSUER "DigiCert Assured ID Code Signing CA-1"

# LSP_CATEGORIES is the permitted LSP categories for the application. Each LSP
# category value is ANDed together to set multiple permitted categories.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Section "MaintenanceService"
; These keys are used to bypass the installation dir is a valid installation
; check from the service so that tests can be run.
; WriteRegStr HKLM "${FallbackKey}\0" "name" "Mozilla Corporation"
; WriteRegStr HKLM "${FallbackKey}\0" "issuer" "Thawte Code Signing CA - G2"
; WriteRegStr HKLM "${FallbackKey}\0" "issuer" "DigiCert Assured ID Code Signing CA-1"
${If} ${RunningX64}
SetRegView lastused
${EndIf}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Section "MaintenanceService"
; These keys are used to bypass the installation dir is a valid installation
; check from the service so that tests can be run.
WriteRegStr HKLM "${FallbackKey}\0" "name" "Mozilla Corporation"
WriteRegStr HKLM "${FallbackKey}\0" "issuer" "Thawte Code Signing CA - G2"
WriteRegStr HKLM "${FallbackKey}\0" "issuer" "DigiCert Assured ID Code Signing CA-1"
WriteRegStr HKLM "${FallbackKey}\1" "name" "Mozilla Fake SPC"
WriteRegStr HKLM "${FallbackKey}\1" "issuer" "Mozilla Fake CA"
${If} ${RunningX64}
Expand Down

0 comments on commit 31c39a8

Please sign in to comment.