14
votes
6answers
1k views
Cheapest Java Code Signing Certificate? (not self-signed)
Does anyone know where I can get an inexpensive Java code signing certificate? Everywhere I look wants $200 to $300 per year! Unfortunately I cannot use a self-signed one, I'm trying to get rid of the …
13
votes
5answers
914 views
How do you sign your Firefox extensions?
I have developed a couple of extensions for Firefox, and am annoyed that it is so hard to get the extension signed. When an extension isn't signed, it says "Author not verified" when it is installed, …
10
votes
11answers
1k views
Who sells the cheapest EV SSL certificate?
I want a SSL certificate for my web site that will not only be accepted without warning by all popular browsers (at least accepted by Firefox and Internet Explorer), but also give my visitors the …
9
votes
3answers
1k views
How do I sign a Java applet using a certificate in my Mac keychain?
I have a self-signed root certificate with just the code signing extension (no other extensions) in my Mac keychain; I use it to sign all code coming out of ∞labs using Apple's codesign tool and it …
7
votes
3answers
455 views
How can my server securely authenticate iPhone in-app purchase?
Look at Apple's diagram for the server purchase model.
In step #9, how can the server know that it is really talking with an iPhone that is entitled to the purchase, and that Eve is not performing a …
7
votes
4answers
522 views
Code Signing Certificate Options
I've been assigned the task of buying a digital certificate for my company to sign our code. We develop applications in the Microsoft space - mostly WPF or Web Based.
I've investigated options and …
6
votes
2answers
961 views
Signing a Windows exe file
I have an exe file that I should like to sign so that Windows will not warn the end user about an app from an "unknown publisher". I am not a Windows developer, the app in question is a screensaver …
5
votes
6answers
595 views
How do I sign a Java applet for use in a browser?
I'm trying to deploy a Java applet on my website. I also need to sign it, because I need to access the clipboard. I've followed all the signing tutorials I could find but have not had any success. …
5
votes
8answers
303 views
Why are SSL certs self-signed if they have no real signature
I understand that normally an SSL (or more precisely X.509) certificate is supposed to be signed by some certifying authority to assure that it is genuine.
In some cases no such signature exists, …
5
votes
3answers
890 views
Where does makecert store the private key if -sv is not specified?
Let say I run this command:
makecert testcert.cer
Is a private key created? If so, where is it automatically stored in the system even though I did not tell makecert to install this certificate in …
4
votes
7answers
4k views
iphone provisioning profile problem
My iPhone app runs fine in the simulator. I'm trying to deploy it onto a physical iPhone. When I install the provisioning profile, my Organizer says "A signing identity matching this profile could …
4
votes
1answer
1k views
Java SSL socket based client/server application
For two way verification is it necessary to import certicate from both sides?
3
votes
2answers
81 views
Is Chartered Financial Analyst (CFA) certificate worthwhile for a software developer
I am interested in Finance and Investment, but I think I will keep on the software developer track in the future several years.
Is it worthwhile to get a CFA certificate or simply grab some books …
3
votes
1answer
29 views
Using paired certificates with urllib2
I need to create a secure channel between my server and a remote web service. I'll be using HTTPS with a client certificate. I'll also need to validate the certificate presented by the remote …
3
votes
4answers
170 views
Two macs. One iPhone Developer License. Possible?
I work for a company that is interested in building iPhone apps. However, we are not clear on one issue:
Does the iPhone developer certificate work on more than one computer at a time?
