V
V
Vasily2013-08-08 16:43:38
Nginx
Vasily, 2013-08-08 16:43:38

Installing an SSL certificate directly in the browser?

I can't find a way to install an X.509 certificate with a private key in the form of a P12/PFX container (or other form) from the server (nginx/php) directly to the browser (at least under Windows IE/Chrome). Those. I didn’t download the file - I clicked it, installed it, but as in Webmoney Light or Startssl - I clicked on the button on the site - voila - the certificate in the browser.
Can anyone met with a similar one or have ideas in which direction to dig?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily, 2013-08-08
@VasiliyIsaichkin

Heh, it's getting smarter. A public-private key pair is generated by the html5 keygen tag, after which, based on the public key sent to the server in SPKAC format and the certificate request, a CA-signed certificate is generated and transferred to the browser.
Details - lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080714/07ea5534/attachment.txt

L
la0, 2013-08-08
@la0

Just look through firebug or the developer tools to see what headers are sent when the certificate is returned (and do the same). I think this will solve the problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question