SSL Client Certificates
May 15, 2009 8:45 AM
Subscribe
Please help a noob with client-side SSL certificates.
What is the process for generating SSL client certs? What kind of information is needed? Who generates them? I have a web server SSL cert installed (IIS), when users try to connect they are prompted to choose their client certificate from a list. (This is the behavior I want). The web server SSL certificate was issued by Entrust.net
posted by banshee to computers & internet (6 comments total)
3 users marked this as a favorite
Entrust is a valid certificate authority (CA) and if the clients are using a modern operating system they should already have the root certificate in their local keystores.
Generating certificate signing requests (CSRs) is the same process regardless of where the certificate ends-up.
Do you want to issue your own certificates and ensure the root CA is in your client-side keystores (this way you don't have to pay for certificates). This is certainly possible, but really only a valid option if you can manage the keystores on the local workstations. If you are not able to push the CA root to establish the trusted relationship then clients will get certificate warnings while using the secured services.
I probably didn't explain it very well. Could you elaborate on what you're looking for?
posted by purephase at 9:51 AM on May 15