Tagged Questions
The code-signing-certificate tag has no wiki summary.
15
votes
5answers
4k views
Code Signing Certificate for open-source projects?
(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 ...
5
votes
3answers
2k views
How to sign installation files of a Visual Studio .msi
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 ...
4
votes
1answer
302 views
Signing files on Linux with SPC files
I have one .key file from which I generated a .csr file that I used to purchase a GoDaddy code signing certificate. From GoDaddy I received one .spc file.
I exported the spc file to pem with the ...
3
votes
3answers
452 views
Code signing certificates for Java, Adobe AIR, Authenticode, VBS - are they different?
We have a code-signing certificate, purchased from GlobalSign for Authenticode signing (as they call it). Now we need to sign Java applet and soon Adobe AIR module (applet?). The question is: from ...
3
votes
1answer
455 views
Cheap Code signing to be “Windows 7 compatible”
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 ...
2
votes
1answer
2k views
Code Signing in Xcode
I was going to turn on code signing for my mac app so I'm able to submit the app to the mac app store. But when I select the 3rd party mac application cert for code signing it says that there were no ...
2
votes
2answers
246 views
A question about java code signing certificate
I downloaded the source code for an applet from here:
http://www.oxygenxml.com/demo/AuthorDemoApplet/author-component-dita.html
As instructed, I've used ANT to build it, however, the build is not ...
1
vote
1answer
50 views
How do you timestamp code-signed Dotnet assemblies?
When you are using a code-signing certificate to sign your assemblies, how do you ensure that the code has a timestamp?
See here and here for more details about why you need a timestamp on a signed ...
1
vote
1answer
275 views
How to create PFX with my chain of certificates?
i'm applying a digital signature to my executable. Using signtool on Windows XP or Windows Vista:
>signtool.exe sign /f "avatar.pfx" MyApp.exe
automatically included the entire certification ...
1
vote
1answer
1k views
android ssl certificate
Assuming, my application need to access my web server using server certificate that is not supported by Nexus One (or other android devices), for example.
is it possible to 'embedded' the client ...
1
vote
1answer
1k views
creating a key and signing executable with signtool
How would I sign a Visual C# executable?
SignTool.exe can't find a certificate.
How would I create a self signed key and certificate, and have signtool be able to see the certificate and use it?
...
1
vote
2answers
147 views
Adobe AIR-Is a self signed app OK?
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 ...
1
vote
2answers
903 views
iPhone Code Signing
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 ...
1
vote
2answers
851 views
What certificate do I need for code signing?
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 ...
0
votes
2answers
37 views
iPhone: Valid signing identity not found annoying error
I know that this is very common problem and I have gone through almost all the similar threads out here but no luck! This started happening after I renewed my membership with Apple!
I have confirm ...
0
votes
0answers
140 views
Codesign Check Fails Xcode
Everything worked fine yesterday. Today was the day my certificate needed to be renewed, so I created a new distribution/development certificate and installed everything in the right way. Xcode and ...
0
votes
0answers
77 views
PackageMaker is failing with Invalid Certificate in Mac os X
I have developed one Installer Package using PackageMaker which installs different components in user machine. After signing the package its failing in another user machine with following error in ...
0
votes
0answers
34 views
ios two certificate with different names
I have two apple ios developer account. I want to generate two certificates with different names. Is this possible? if so , how?
Currently I have two certificate that has the following names:
iPhone ...
0
votes
1answer
43 views
XCode4: Project settings differs from Targets settings?
I don't know the reason but this happens at times. I am setting bundle id correctly and also installing mobile provisioning profile correctly but sometimes build settings for Project doesn't detect my ...
0
votes
1answer
67 views
x64 code signing certificates?
A couple of questions regarding x64 driver signing certificates:
Is it true that x64 driver signing certificates must be from Verisign?
Where can I buy a certificate cheaper than the $500 one ...
0
votes
1answer
104 views
What are specific steps to install signed CLR storedproc to SQL?
This has been dogging me for 2 days now. I have a CLR sp that needs EXTERNAL_ACCESS. I can deploy it via VS2010 on my dev box by setting TRUSTWORTHY ON but we don't want to do that to the production ...
0
votes
1answer
404 views
“myApp” app was not installed because its resources have been modified error in ipad application
I am working on a ipad application.I have created all the certificates now but when created the build. It works great on my ipad but when i send the build to the client and try to install on his ipad. ...
0
votes
1answer
85 views
SignTool - secure Workflow?
we are new at code signing, so im interested in your experiences how to use the sign tool without exposing the certificate to everyone in the company.
Can everyone in your company do code signing?
Do ...
0
votes
0answers
319 views
Run a .pkg file made by xCode on another computer
Today i made my first mac app, and submitted it to the mac app store. Then i clicked share in xCode (same pkg) and saved it to disk. I'm able to install it on my machine, but when i try to run the ...
0
votes
3answers
3k views
iPhone SDK Code Sign Error
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 ...