|
Posted by pjrouse on November 1, 2006, 7:56 am
Please log in for more thread options
Hi,
I have an infrastructure I inherited and am trying to clean up the
errors in the event logs on my new servers.
I am getting some Certificate enrollment errors on one of my servers
and the fix seems to point to altering permissions (which I have) on
"%system drive%\Documents and Settings\All Users\Application
Data\Microsoft\Crypto\RSA\MachineKeys and then running the following
command on the DC
certutil -setreg SetupStatus -SETUP_DCOM_SECURITY_UPDATED_FLAG
net stop certsvc
net start certsvc
I have not had experience of Certificate Services in the past and am
concerned about running a command that I am unfamiliar with on one of
my servers.
Are there any implications of running this command or is it simply a
command to certificate services to force it to re check the permissions
on the relevant folders?
Thanks
Paul
|