Create a Code Signing Certificate
I have a Windows 2008 R2 CA in my enterprise. With 2008 R2, I can't seem to find out how to issue a code signing certificate. I have duplicated and enabled the template but how do I issue it?
Is it only available via a command line? I know I have to do from a command line for server certs.
Below is what I use for web servers. Things is if I have to do the same, how do I create a cert request?
certreq -attrib "CertificateTemplate:webserver" -submit e:\temp\certSrv.txt
TIA
Paul
January 16th, 2011 12:23pm
open certmgr.msc, right-click on Personal node, click All Tasks and Request new certificate. Follow instructions to request certificate.http://en-us.sysadmins.lv
Free Windows Admin Tool Kit Click here and download it now
January 16th, 2011 1:02pm