5

I have created CSR using openssl and I want it to be signed by the Microsoft CA using command line with template as webServer.

3
  • Please provide some more details about your environment and what you have tried so far. Windows versions, generally how you installed Microsoft Cert Services, ect. Commented Jun 16, 2016 at 6:16
  • If we have a microsoft CA then we will give the CSR content to get the certificate, using the web as UI. The same I need in command line. Commented Jun 16, 2016 at 6:30
  • 2
    This is the way to generate. Got it! .. certreq.exe -submit -attrib "CertificateTemplate:WebServer" certifcatesigningrequest.csr Commented Jun 16, 2016 at 6:34

1 Answer 1

8

This is the way to generate. Got it! .. On a Microsoft CA server machine issue below command:

"certreq.exe -submit -attrib "CertificateTemplate:WebServer" certifcatesigningrequest.csr "
Sign up to request clarification or add additional context in comments.

1 Comment

If two templates apply, do you repeat -attrib switch or comma separate after the colon?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.