code-signing

Automated Code Signing - Protecting the private key

梦想的初衷 提交于 2020-12-01 09:36:00
问题 I want to automate the code signing of some ClickOnce deployment artifacts - application exe's and manifests. I am using signtool to accomplish this. In an attempt to make the private key available for signing and yet protect the certificate file containing the private key (.pfx file), my plan is to install the certificate into the local machine certificate store with a non-exportable key. (I am aware that there are ways of exporting the key even if it is marked non-exportable.) The machine

Automated Code Signing - Protecting the private key

最后都变了- 提交于 2020-12-01 09:35:25
问题 I want to automate the code signing of some ClickOnce deployment artifacts - application exe's and manifests. I am using signtool to accomplish this. In an attempt to make the private key available for signing and yet protect the certificate file containing the private key (.pfx file), my plan is to install the certificate into the local machine certificate store with a non-exportable key. (I am aware that there are ways of exporting the key even if it is marked non-exportable.) The machine

SignerSign() failed. (-2146869243/0x80096005)

假装没事ソ 提交于 2020-11-28 06:29:50
问题 I've been signing compiled apps for several months and have a script that calls the Windows 10 SDK signtool. It's been working fine on two different computers and my certificate is valid. Today, I just started getting an "Unexpected internal error" with the error number listed above. I tried disabling antivirus which helped in this case but not mine. My app is written in Delphi but I don't think that matters as this same problem was reported on Microsoft's Developer Community under Visual

SignerSign() failed. (-2146869243/0x80096005)

随声附和 提交于 2020-11-28 06:27:43
问题 I've been signing compiled apps for several months and have a script that calls the Windows 10 SDK signtool. It's been working fine on two different computers and my certificate is valid. Today, I just started getting an "Unexpected internal error" with the error number listed above. I tried disabling antivirus which helped in this case but not mine. My app is written in Delphi but I don't think that matters as this same problem was reported on Microsoft's Developer Community under Visual