certificate authority - manual issue

  • Thread starter Thread starter steve sklar
  • Start date Start date
S

steve sklar

I have a Certificate authority on a Domain (Enterprise
CA). Currently the certificates are automatically
issued. I want to manually issue certificates.

How do I configure this?

Thanks
Steve
 
Hi,
You can run following command:
certutil -setreg policy\RequestDisposition +REQDISP_PENDINGFIRST

and then restart the CA (net stop certsvc & net start certsvc). This will
set the request to go pending and then you will need to manually issue the
certificates.

Or alternatively, you can set this pending option in the CA snapin
(Certsrv.msc). Right click of the CA name and then choose properties. Upon
display of properties, choose "Policy Module" tab and change the setting for
automatic issuance to pending.



Hope it helps.

Thanks,

Vishal[MSFT]
 
Back
Top