views:

182

answers:

0

Hi, Can someone please tell me how to create a certificate from a root certificate (Certificate Chain), all day googling I am still strugling to find some thing useful.

  • I need to use Windows API only. Cannot use any tools like makecert etc..Cannot use openssl also..

  • I have a root certificate (self signed), at the time of my client software installation, I have to generate another certificate using this root certificate and give it to my server on ssl to authenticate myself (client). So I need to generate a certificate and install into a store. The certificate would have path like this..

                                RootCer__
                                         |
                                         |___
                                               GeneratedCer
    

Please help

Asif