Ravi,

you said :
>While  importing the received certificate, it is unable to find the private key
in the key store.
>Thatswhy it is storing in the people's certificates store.
>Try to store in the proper key store and check once again.

in  your  opinion which settings in the vbscript used to call xenroll could make
that the private key is lost or pretty incorrect ?

mine are :

<object                     classid="clsid:43F8F289-7A20-11D0-8F06-00C04FC295E1"
codebase="xenroll.dll" id=xenroll>
</object>
<script type="text/vbscript">
<!--
Dim DN
Sub SubmitCertRequest_OnClick
Dim RequestForm
Set RequestForm = Document.ClientRequest
O=RequestForm.O.value
OU=RequestForm.OU.value
CN=RequestForm.CN.value
EMAIL=RequestForm.EMAIL.value
SIRET=RequestForm.SIRET.value
xenroll.providerType = 1
xenroll.providerName = "Microsoft Base Cryptographic Provider v1.0"
xenroll.HashAlgorithm = "MD5"
xenroll.KeySpec = 1
xenroll.GenKeyFlags = 3
DN                                                                             =
"C=FR"+"+EMAIL="+EMAIL+"+OU="+OU+"+O="+O+"-"+SIRET+"+CN="+CN+"+2.5.4.45="+SIRET
request = xenroll.CreatePKCS10(DN, "1.3.6.1.5.5.7.3.2")
if ( Err.Number <> 0 ) then
     MsgBox("error creating pkcs10 " & Err.Number)
     err.clear
end if
RequestForm.PKCS10.value = _
CHR(13) + _
request
document.ClientRequest.submit()
End Sub
-->
</script>

thanks for your patience.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to