|
Posted by ArshinK on October 27, 2007, 2:26 pm
Please log in for more thread options
Hi
I need two Scripts for handling certificates and related Prk.
First, a batch file or script for exporting certificates & Prk and then
removing Certificate & Prk from the machine.
Assume that this script has four parameters:
1) Certificate OID or SerialNumber
2) Passwork for protecting PFX file
3) Whether PrK delete after successful export (for example a Logical
Boolean Variable)
4) A name for output PFX File
Second, reverse function for importing certificate & installing it in
appropriate Store.
Assume that this script has four parameters:
1) PFX File Name
2) Password
3) Whether PrK should be marked Exportable or not.(for example a
Logical Boolean Variable)
4) Store that it must be placed.
I would very much appreciate help on this. Thanks!
|