I've got an SSL certificate from the 3rd party certificate authority. It's a .cer
file. The certificate is installed and working properly in IIS7.
The certificate displays its Intended Purposes as Server Authentication, Client Authentication.
The site requires authentication via client certificates. We're not using client certificate mapping, but simply using client certificates as a measure of authentication -- if you have one, you're authenticated.
- How can I create a client certificate?
- Does the CA have to do this, involving another CSR?
- Is this something I can do myself with another tool? (OpenSSL or other)
- What format is required for client certificates?