summaryrefslogtreecommitdiffstats
path: root/browser/installer/windows/nsis/defines.nsi.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 09:04:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 09:04:05 +0000
commit6391fbb73e25d3f7af15213274c2a3bfe1bc7af5 (patch)
treed2c6903d55ffdba0655dc473a5ad44c2ecf59df8 /browser/installer/windows/nsis/defines.nsi.in
parentReleasing progress-linux version 115.11.0esr-1~deb12u1progress7u1. (diff)
downloadfirefox-esr-6391fbb73e25d3f7af15213274c2a3bfe1bc7af5.tar.xz
firefox-esr-6391fbb73e25d3f7af15213274c2a3bfe1bc7af5.zip
Merging upstream version 115.12.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/installer/windows/nsis/defines.nsi.in')
-rw-r--r--browser/installer/windows/nsis/defines.nsi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/installer/windows/nsis/defines.nsi.in b/browser/installer/windows/nsis/defines.nsi.in
index 8995066b02..f38c0da016 100644
--- a/browser/installer/windows/nsis/defines.nsi.in
+++ b/browser/installer/windows/nsis/defines.nsi.in
@@ -54,11 +54,11 @@
!define IDI_PBICON_PB_EXE_ZERO_BASED "0"
!define CERTIFICATE_NAME "Mozilla Corporation"
-!define CERTIFICATE_ISSUER "DigiCert SHA2 Assured ID Code Signing CA"
+!define CERTIFICATE_ISSUER "DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1"
; Changing the name or issuer requires us to have both the old and the new
; in the registry at the same time, temporarily.
!define CERTIFICATE_NAME_PREVIOUS "Mozilla Corporation"
-!define CERTIFICATE_ISSUER_PREVIOUS "DigiCert Assured ID Code Signing CA-1"
+!define CERTIFICATE_ISSUER_PREVIOUS "DigiCert SHA2 Assured ID Code Signing CA"
# LSP_CATEGORIES is the permitted LSP categories for the application. Each LSP
# category value is ANDed together to set multiple permitted categories.