10
votes
10answers
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 …
5
votes
5answers
967 views
What Certificate Authority Software is Available?
I am running a number of SSL-encrypted websites, and need to generate certificates to run on these. They are all internal applications, so I don't need to purchase a certificate, I can create my own.
…
3
votes
4answers
715 views
Why is using a certificate, made with the MakeCert tool, in production bad?
I'm currently working on a project where I've created a CA cert and a couple of child certs to that CA cert. The certificates are going to be used to protect inter-server communication in a SAMLV2 …
2
votes
2answers
57 views
Solutions to web service client certificates/auth best practices
I have a simple web service that has an API third party developers are allowed to access. The API mostly follows REST principles.
I'm interested in solutions to make the API more secure by requiring …
2
votes
2answers
99 views
What do CAs (Certificate Authority) deliver from CSR ?
I need an SSL certificate for a web server. I can generate a self-signed SSL certificate with the following OpenSSL commands:
openssl req -newkey rsa:512 -x509 -days 365 -nodes -out cert.pem -keyout …
2
votes
3answers
266 views
Which code signing authority should I go with?
I'm looking at options to buy a code signing certificate for my company. I want it to be usable for MS Authenticode and also for Java and I want it to be trusted with the default trusted authority …
2
votes
3answers
371 views
SSL Certificate encryption vs cypher encryption
I just installed a SSL certificate. This certificate is encrypted with 2048 bit encryption.
However, the cypher is 128 bit encryption(or 40, or some other variation depending on the browser.)
It …
2
votes
3answers
397 views
What’s the difference between rapidSSL and geotrust certificates?
I want to buy a 128bit SSL certificate for a website selling services. I checked http://www.rapidssl.com/ssl-certificate-products/ssl-certificate.htm and …
1
vote
2answers
84 views
ColdFusion CFHTTP I/O Exception: peer not authenticated - even after adding certs to Keystore
I'm currently working with a payment processor. I can browse to the payment URL from our server, so it's not a firewall issue, but when I try to use CFHTTP I get a I/O Exception: peer not …
1
vote
5answers
229 views
What recognized computer language certificates exist?
I have always wondered about this: do computer language certificates exist as it happens with natural languages?
For example, if you are a foreigner, you can always go to learn English and sit an …
1
vote
1answer
381 views
Code signing Windows Mobile applications - Recommendations?
I'm tasked with obtaining a code signing certificate. Our application actually consists of 2 complementary components: a desktop application and a Windows Mobile application designed to run on PDAs. …
1
vote
2answers
504 views
How do I programmatically remove a certificate in Trusted Root Certification Authorities?
I need to be able to remove a specific certificate from each PC in my organization. Yes, I could go seat-to-seat, but I have until Thursday to pull it off, and I don't have the manpower to go …
1
vote
3answers
341 views
How do I code Citrix web sites to use a Secure Gateway (CSG)?
I'm using Citrix's sample code as a base and trying to get it to generate ICA files that direct the client to use their Secure Gateway (CSG) provider. My configuration is that the ICA file's server …
1
vote
1answer
206 views
Does a truststore need the sub-ca certificate?
I'm trying to setup a hierarchical PKI. Can I create a truststore containing only the root ca certificate, and will that mean my application trusts certificates signed by a sub-ca certificate which is …
1
vote
1answer
325 views
What’s the difference between class 1 and class 3 roots, and the certificates signed by them?
Pretty much what the question says. What's the difference between the two classes of roots? The differences between the certificates signed by such roots? What uses would a class 1 signed certificate …
