Skip to content

Commit

Permalink
[DEVOPS-1238] update the windows signing certificate and secret
Browse files Browse the repository at this point in the history
the CERT_PASS has been encrypted and only appveyor can decrypt it:
https://www.appveyor.com/docs/build-configuration/#secure-variables

(cherry picked from commit 24921f9)
  • Loading branch information
cleverca22 committed Mar 1, 2019
1 parent 17630ca commit c47e729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
AWS_SECRET_ACCESS_KEY:
secure: DbpP02aDGoC3Tdsi3+ONm8ov0nuXzEF/Yi453SBKj38qjROzvPXo6qW44bYiKBf4
CERT_PASS:
secure: K+PY2zF/5qeJnnKhcCZaqLnVZuAXvuxCXosnzHdtje1C+BMLfAbCJZVt2wTMEyJT
secure: Y3pbyZBSORhsefMiSFBBm2nuhHQ2Hmmfppm3E+Fr7U+EXYrXwdCNl8wLwfCCMK2k
GITHUB_OAUTH_TOKEN:
secure: prH84TwXLO2CGaiwmipj05AAndcR7bDDxTv9hL8adIpr2bNjrV7pN15JKVmsxISc
# Avoid long paths on Windows
Expand All @@ -20,7 +20,7 @@ cache:

install:
- ps: Install-Product node $env:nodejs_version x64
- IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER aws s3 cp --region eu-central-1 s3://iohk-private-2/iohk-windows-certificate-4.p12 C:/iohk-windows-certificate.p12
- IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER aws s3 cp --region eu-central-1 s3://iohk-private-2/iohk-windows-certificate-5.p12 C:/iohk-windows-certificate.p12

test_script:
- scripts\build-installer-win64.bat %APPVEYOR_BUILD_VERSION%
Expand Down

0 comments on commit c47e729

Please sign in to comment.