We currently have a website hosted in the cloud. Let's discuss that site https://abc.site.com .
We have an SSL wildcard certificate (*.site.com) , which is used to protect the site.
We were asked to implement the implementation of the CAC Card / Smart Card. Is there a way to read a user / client smart card certificate when a button is clicked?
We can read the map in our development environment, but only when we use a client certificate to actually protect the site (which we don’t want to implement).
I did a lot of research on this issue, but I could not find a solution to our problem. From what I read, an ActiveX is the only way to read a client certificate store with a smart card certificate, but ActiveX is not an option for us.
Any help would be greatly appreciated!
source share