I want to install .cer file through SCCM2007
Want to install .CER file though SCCM 2007
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
andys0123
11 years ago
Create a program to run certmgr.exe to install the certificate.
May be best to add certmgr.exe & cert file to the package source & create a CMD file to run '"%~dp0certmgr.exe" -add "%~dp0<insert CERTNAME.CER>" -r LocalMachine -s TrustedPublisher' - therefore will always run OK from DPs. This will add the cert to the 'Trusted Publisher' in the machine store & therefore available to all users.