From 8e06fceb6b72bf05f366192a0a5af3d4186e27fb Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 13 Feb 2025 13:33:43 +0000 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/SSLcom-sandbox.crt | Bin 0 -> 1547 bytes .github/workflows/build_windows.yaml | 9 +-------- 2 files changed, 1 insertion(+), 8 deletions(-) create mode 100644 .github/SSLcom-sandbox.crt diff --git a/.github/SSLcom-sandbox.crt b/.github/SSLcom-sandbox.crt new file mode 100644 index 0000000000000000000000000000000000000000..35de918198d28d1aeee86783fdc21a87e28314ec GIT binary patch literal 1547 XcmZQz7zLvtFd71*Aut*OBRm8E1`7ZI literal 0 HcmV?d00001 diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 2a3ecd99..db3a7ab0 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -178,14 +178,7 @@ jobs: if: inputs.sign == '' run: | Set-StrictMode -Version 'Latest' - $Cert = Get-ChildItem Cert:\CurrentUser\My -CodeSigningCert | Select-Object -First 1 - echo Certificate: $Cert - $Chain = New-Object System.Security.Cryptography.X509Certificates.X509Chain - echo Chain: $Chain - echo Root: $Chain.ChainElements[2].Certificate - [void]$Chain.Build($Cert) - $Chain.ChainElements[2].Certificate | Export-Certificate -Type CERT -FilePath SSLcom-sandbox-root.crt - certutil.exe -addstore root ./SSLcom-sandbox-root.crt + certutil.exe -addstore root ./.github/SSLcom-sandbox.crt env: INSTALL_DIR: C:\Users\runneradmin\eSignerCKA MASTER_KEY_FILE: C:\Users\runneradmin\eSignerCKA\master.key