Juszeil Conception

Juszeil Conception

  • 主 頁
  • 部 落 格
  • 相 簿
  • 關 於
  • 更 新 資 訊
  • 網站地圖

«2017 - 2»
日一二三四五六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODAY

Hide Banner | LOGIN
2023-3-21 |

BLOG 部落格

Total found 1 articles on 2017-2-6.

銵 2017-2-6 1:06:29

Windows Server - enroll user and computer certificate in AD

  1. Auto enroll computer certificate:

    Create a computer certificate template

    Start->Run-> certtmpl.msc


    Give the new certificate template a name, in my case, I named it Computer AutoEnroll

     
     


    Now lets publish this certificate template

    Start->Run-> certsrv.msc


    Select the Computer AutoEnroll certificate template


    Create the group policy for auto enrollment

    Start->Run-> gpmc.msc




    Computer Configuration->Windows Settings->Security Settings->Public Key Policies->Certificate Services Client Auto-Enrollment



    Make sure the Authenticated Users or Domain Computers both have the Read, Enroll and Autoenroll permission since authenticated Users included all of the domain computers by default


    Done, just using gpupdate /force command to push out the new policy. And you have to reboot the client computer to get the computer certificate since computer policy only take effect when the computer boot up.

    After reboot, you can use the local computer certificate store to check your certificate: Start->Run->MMC->File->Add remove snap in->Certificate->Computer account

    You can always using the new quick way I mentioned before in Windows Server 2012 or using the way here in Window Server 2008 by just Start->Run->certlm.msc




  2. Auto enrollment of user certificate in AD

    Create a user certificate template

    Start->Run-> certtmpl.msc


    Give it a name: User Auto Enroll


    Make sure the Enroll subject without requiring any user input has been selected


    Make sure the Authenticated Users or Domain Users has the below permission


    Publish the new user certificate template


    Select the User AutoEnroll certificate template


    Create the group policy for auto enrollment

     
     


    User Configuration->Windows Settings->Security Settings->Public Key Policies->Certificate Services Client Auto-Enrollment



    Now run gpupdate /force and logout and log back in, check the user certificate store by Start->Run->certmgr.msc



     
     


Relate Post : Windows - User Profiles Service Event 1511
Comments :
No Comments

Post your comment:


Post your comment by Guest :
Verify Code :


Back To Top

Find Me

Powered By 2013-2015 ©. Juszeil Conception version 2.0
Queries Executed : 0.0113 seconds