We are using html5 tag to generate keypair in google chrome. We get the P10 which we pass to the CA and get the signed cert back . Then we import the certificate to the CAPI store . After importing the certificate ,we noticed that the certificate is not bound to the private key which was generated using the tag which makes it unusable.
We used the exact same procedure for firefox and safari and they work .The difference is that both firefox and safari use their own keystore where as Chrome makes use of the Windows CAPI store.
Does anybody have any idea about any additional steps that might be required to bound the certificate to the private key ?
We have investigated the issue quite a bit ,but there is not a whole lot of information about this issue.
Any help would be appreciated.