Certificate Authority

Find CA Server

 In AD find the Members of the "Cert Publishers" group

Determine CA Type

http://www.open-a-socket.com/index.php/2009/05/12/how-to-find-your-certification-authorities-and-determine-what-type-they-are/

Log on to the CA Server and open a command prompt

certutil -dump

......

Config:                       'server.blah.com\blah.com'

based on the output of that command build the next command

certutil -cainfo -config $CONFIG type

certutil -cainfo -config server.blah.com\blah.com type

Uninstall CA

 Links