Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to install a.cer to Trusted Root Certificates


3 replies to this topic

HahtokariMika

HahtokariMika
  • Full Members
  • 16 posts

Posted 04 October 2005 - 11:21

Hi,

I have a.cer file that i need to add into windows 2003 server as a trusted root sertificate.

I have searched web / forums about this, but so far i'm stuck with this.

So all tips and tricks are welcome.


Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 04 October 2005 - 16:14

Did you look here:
http://msdn.microsof...ertificates.asp

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 04 October 2005 - 22:36

I don't recommend this approach, but:

Create a deferred execution custom action with this command line:
cmd /c [SourceDir]Tools\certmgr.exe /add /c [SourceDir]Tools\Certificate.cer /s /r localMachine AuthRoot

If your certificate is in “*.p12” format import it to IE and then export it as a *.cer file.

Certmgr.exe is a Microsoft tool from the codesigning SDK.

Regards
-Stein Åsmul

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 04 October 2005 - 22:40

More info:
http://www.appdeploy...etail.asp?id=96


Regards
-Stein Åsmul