Wednesday, 21 August 2013

Detecting & Installing CA Certificate Chain from browser

Detecting & Installing CA Certificate Chain from browser

I have an enterprise certificate chain from Microsoft Active Directory
Certificate Services which needs to be installed when a user loads my
webpage. If this certificate chain has been installed previously, skip the
install process.
I know I can't do it programmatically or without them acknowledging the
install. I'm a Javascript developer and don't have much server side
experience. My question is how/what would be a good way of approaching
this while making the install as seamless as possible?
I'm open to all suggestions so I can determine what I need to learn and
move on from there. An example of what I mean can be found here.

No comments:

Post a Comment