certificate authority - manual issue

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
 
V

Vishal Agarwal[MSFT]

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top