Hii guys,

I have a folder that contains : certificate authority (ca.crt) + Host private key (host.key) + Host public key (host.der) => My application reads directly from this folder (local path)

I want to store it (certificate + keys) in Windows store certificate => My application should read from Windows store certificate

I can import just certificate (ca.crt) what about the 2 keys (host.key)+(host.der)

Any suggestion ??

Regards,