summaryrefslogtreecommitdiffstats
path: root/build/certificates
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2020-07-08 23:08:25 -0700
committerBe <be@mixxx.org>2020-08-01 18:33:31 -0500
commit07f46bd72f8fb71760908c88e668524c06a933ce (patch)
tree5f7a665177c95a2272bea30015e85d6df9961fd8 /build/certificates
parent0cf2ee06970022f14b3a76b7c354191840c67415 (diff)
Add a PKCS12 Windows code signing certificate and sign exe/msi artifacts.
This certificate is encrypted with AppVeyor's "secure files" tool: https://www.appveyor.com/docs/how-to/secure-files/ The secret, salt and password in appveyor.yml are encrypted with AppVeyor's repository-specific public key. During AppVeyor builds, the environment variables are set to the decrypted value of the secret, salt, and password which allows us to decrypt the PKCS12 file and then decrypt the private key within the PKCS12 file. The private key in the PKCS12 file itself is encrypted with PBE-SHA1-3DES, since apparently Windows does not support AES.
Diffstat (limited to 'build/certificates')
-rw-r--r--build/certificates/windows_sectigo_codesign_certificate.pfx.encbin0 -> 7520 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/build/certificates/windows_sectigo_codesign_certificate.pfx.enc b/build/certificates/windows_sectigo_codesign_certificate.pfx.enc
new file mode 100644
index 0000000000..732161ec5a
--- /dev/null
+++ b/build/certificates/windows_sectigo_codesign_certificate.pfx.enc
Binary files differ