Zertifikat importieren:
Code: Alles auswählen
%SCRIPTPATH%\certmgr.exe -add -c "%SCRIPTPATH%\cert-05.cer" -s -r localMachine root
%SCRIPTPATH%\certmgr.exe -add -c "%SCRIPTPATH%\cert-06.cer" -s -r localMachine ca
Code: Alles auswählen
%SCRIPTPATH%\certmgr.exe -add -c "%SCRIPTPATH%\cert-05.crl" -s -r localMachine root
%SCRIPTPATH%\certmgr.exe -add -c "%SCRIPTPATH%\cert-06.crl" -s -r localMachine ca
Code: Alles auswählen
certmgr.exe /?
-add Add certificates/CRLs/CTLs to a storeFile or a system store

btw: microsoft bringt demnächst ein update mit oktober 2012 Patchday raus, falls jemand noch schlüssel mit weniger als 1024 Bit Länge verwendet ...
http://support.microsoft.com/kb/2661254
Danke
MH