K
kuhnto
I am trying to find a way to export the public key in an X.509 format
from the MY store on our CE device. I currently import a .PFX which
contains the CA, private key and public key. I would like to get the
public key exported so a user can download it, and put it on another
machine as part of our TLS communication.
I have looked into the CryptExportPublicKeyInfoEx() but it only seems
good for exporting for transport to another system just to be imported
again. I would like to do almost the same thing, but be able to
export it as a x.509.
Certificates are still very confusing for me, and any help would be
greatly appreciated.
Tom
from the MY store on our CE device. I currently import a .PFX which
contains the CA, private key and public key. I would like to get the
public key exported so a user can download it, and put it on another
machine as part of our TLS communication.
I have looked into the CryptExportPublicKeyInfoEx() but it only seems
good for exporting for transport to another system just to be imported
again. I would like to do almost the same thing, but be able to
export it as a x.509.
Certificates are still very confusing for me, and any help would be
greatly appreciated.
Tom