I'm trying to use a windows XP batch file to automate importing .p12 certificates into what the MMC "Certificates" snap-in calls Certificates (Local Computer) \Personal\Certificates
certmgr.msc might be the right tool for this purpose, but I have tried
a:\certmgr.msc /add /c /s /r localMachine a:\<certname>.p12
importpfx -f a:\certs\<certname>.* -p <cert pw> -t MACHINE -s My
And a few others without success. Usually, the MMC just opens with the certificates snap in. I've not seen any certs actually moved or imported anywhere as a result.
I've also tried the cert path\name without the environmental variable and wild card, but the certs I get may or may not simply be the workstation name.p12..
Any suggestions?
-Clay