How to generate a client certificate using a third party CA-NOT Self Signed CA
- by Bryan
I am trying to trying to export a client certificate for use with a web browser.
The goal is to restrict access using the <Location directive to the admin area. I have seen numerous tutorials on using self signed CAs. How would you do this using a third party?
1) Do I need to include the CA in the client pfx if it is a trusted root CA? I…