Create and use intermediate certificate authority on Windows Server 2012?

Posted by Sid on Server Fault See other posts from Server Fault or by Sid
Published on 2012-09-07T20:17:13Z Indexed on 2012/09/07 21:40 UTC
Read the original article Hit count: 268

Background: Server OS is Windows Server 2012. GUI is installed as we come upto speed with powershell. Setup is staging, not production (yet).

We have our (internal, domain limited) Root CA installed. I would like to take the Root CA offline to secure storage but before that I'd like to setup an intermediate CA which can take over actual live, online (int-RA-net) functionality

Can someone guide me covering:

  • creating the intermediate CA certificate request
  • installing the intermediate CA certificate on domain controller (certification authority role already installed with Root CA online right now)
  • use the intermediate CA to generate a certificate (any use certificate, just for demonstration purposes)

Obviously this certification chain would be invalid on computers outside our domain (self trusted root - our root certificate is NOT from common 3rd parties). This last point is NOT a problem.

© Server Fault or respective owner

Related posts about certificate-authority

Related posts about windows-server-2012