(Project created in C# with visual studio 2008. Plus additional project in ASP.NET that wants SSL.)
I want to publish one of my applications as open-source and want to digitally sign the binaries I've created with my own certificate. (Of course, anyone else can just download the code and build it themselves with their own certificate.) ...
I am getting this error when I try to build for the device:
Code Sign error: The identity 'iPhone Distribution' doesn't match any identity in any profile
I am:
Building for development, not release.
Building for 3.1.2
Running SDK 3.1.2
I have:
Revoked and re-issued a valid certificate
Created a new Ap ID and new associated prov...
This may be a duplicate, though I can't find it at this time. If so please point me in the right direction.
I recently purchased an authenticode certificate from globalsign and am having problems signing my files for deployment. There are a couple of .exe files that are generated by a project and then put into a .msi. When I sign the .e...
I'm trying to sign a ClickOnce .NET Application. I have a SSL cert that I use on a website, but I'm thinking that it is not up to the job. When I select the cert in Visual Studio I get an messsage box saying 'The selected certificate is not valid for code signing. Choose another certificate file'.
The cert details look like this:
whe...
I can build my project on one computer but not on another. I have imported my certificate, the distribution certificate and my private key. The provisioning profiles have also been installed. The provisioning profile matches my certificate when checking under "Edit Project Settings". The provisioning profile does apparently not match the...
Hi all,
I am currently looking for "Windows 7 compatible" certification, and to get it, you need to implement code signing. Now I look for a cheap certificate, and I found in this thread
some cheap alternatives to Verisign certificates.
Somewhere one the net I found comments that Microsoft only accepts Verisign certificates. Is this t...
I want to develop an app using Adobe AIR. But I have to sign it using a code signing certificate. I don't wan to buy a code signing certificate. Would it be OK if I distribute my app with a self-signed certificate?
...