So time for a follow up.
As we all know is Windows Server 2008 R2 far more locked down then Windows Server 2008 (SP1). As a result, many things work a bit different. The same goes for a CA based on Windows Server 2008 R2.
When a SCOM Certificate template is created and added to the CA as well, it will not be shown in the list of the available templates:
The security of the template needs some adjustment. In order to get it working as fast as possible, follow this procedure:
Step 1: Remove the SCOM Certificate template from the CA.
- Go to Start > type MMC <enter> > File > Add/Remove Snap-in > select Certificate Templates and Certification Authority (local computer) > OK.
- Go to Certification Authority (Local) > [server name of local CA] > Certificate Templates. Select the SCOM Certificate > right click it and select Delete.
Click Yes.
The SCOM Certificate is now deleted from the local CA, but still present as a Certificate Template within the Certificate Templates Store.
Step 2: Changing the Security settings of the SCOM Certificate template.
- Go to Certificate Templates (server name) and double click the SCOM Certificate template.
- Got to the tab Security
click Add > click Object Types and checkmark Computers.
Click OK.
- In this screen, type the name of the CA where also the web interface for the CA is run from. In this case, SV01.
Click Check Names > OK.
- Select the server and select as permissions Read and Enroll.
Click Apply > OK.
Step 3: Rapidly publishing the SCOM Certificate template.
- In the MMC, go to Certification Authority > collapse this node > click with right mouse button on Certificate Templates > New > Certificate Template To Issue.
Select the new template (SCOM Certificate) and click OK.
- Open a cmd-prompt and type: gpudate /force. Wait for it to end.
Step 4: Testing it.
- Open IE, go to the web interface of the CA (http://localhost/certsrv) > Request a Certificate > advanced certificate request > Create and submit a request to this CA > under the header Certificate Template: > open the drop down box:
Now all is well! :)
1 comment:
Hi, thanks for the tip, however, this did not work for me. You DID put me on the correct path though.
I added Anonymous Login and Everyone with the same perms (enroll and read).
Now my custom template is showing up. Again, THANKS for leading me down the right path!
Post a Comment