Import Certificate (.p12)

  • Thread starter Thread starter Mario Dambauer
  • Start date Start date
M

Mario Dambauer

Hi, I have a little question:

On our terminals (winXP) I have to automatically install a Certificate
(p12)...
The installation works fine, when I right click to the p12 file at explorer
and than install PFX File.

But I have to do this without userintervention!
I there a way to script the mmc to install the Certificate in silent
mode????
Or is there a API available to install the Certificate?

Any ideas are very welcome!!!
Thanks in advance.
Best Regards,
Mario
 
PfxImportCertStore().
You could write your own app calling the API or you could write some UI
automation for the PFX Wizard.
 
Thanks, my app is now running...

Best Regards,
Mario


Drew Cooper said:
PfxImportCertStore().
You could write your own app calling the API or you could write some UI
automation for the PFX Wizard.
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


Mario Dambauer said:
Hi, I have a little question:

On our terminals (winXP) I have to automatically install a Certificate
(p12)...
The installation works fine, when I right click to the p12 file at explorer
and than install PFX File.

But I have to do this without userintervention!
I there a way to script the mmc to install the Certificate in silent
mode????
Or is there a API available to install the Certificate?

Any ideas are very welcome!!!
Thanks in advance.
Best Regards,
Mario
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top