Allow users to manage installed client certificates.

Setting the policy to 'All' (value 0) or leaving it unset lets users manage certificates. Setting the policy to 'None' (value 2) means users can only view (not manage) certificates.

Setting the policy to 'UserOnly' (value 1) lets users manage user certificates, but not device-wide certificates.

Supported on: At least Microsoft Windows 7 or Windows Server 2008 family

Allow users to manage installed client certificates.


  1. Allow users to manage all certificates
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NameClientCertificateManagementAllowed
    Value TypeREG_DWORD
    Value0
  2. Allow users to manage user certificates
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NameClientCertificateManagementAllowed
    Value TypeREG_DWORD
    Value1
  3. Disallow users from managing certificates
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NameClientCertificateManagementAllowed
    Value TypeREG_DWORD
    Value2


chromeos.admx

Administrative Templates (Computers)

Administrative Templates (Users)