From bc372d1bb23aa0f93aabc1b4d0325310d3eda260 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:50:18 +0100 Subject: [PATCH] [Windows] Update PostgreSQL signature subject (#13664) --- images/windows/scripts/build/Install-PostgreSQL.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/build/Install-PostgreSQL.ps1 b/images/windows/scripts/build/Install-PostgreSQL.ps1 index bd1737282..4744a58f0 100644 --- a/images/windows/scripts/build/Install-PostgreSQL.ps1 +++ b/images/windows/scripts/build/Install-PostgreSQL.ps1 @@ -85,7 +85,7 @@ $installerArgs = @( Install-Binary ` -Url $installerUrl ` -InstallArgs $installerArgs ` - -ExpectedSubject 'CN=EnterpriseDB Corporation, O=EnterpriseDB Corporation, S=Massachusetts, C=US' ` + -ExpectedSubject 'CN=EnterpriseDB Corporation, O=EnterpriseDB Corporation, L=Wilmington, S=Delaware, C=US' ` -InstallerLogPath "$env:TEMP\**\install-postgresql.log" # Get Path to pg_ctl.exe