Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configure-trusted-roots-disallowed-certificates.md #7958

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ domain. These settings must be reconfigured, if you want to change them.

- Enable or disable the Windows AutoUpdate of the trusted CTL:

- **Key**: `HKLM\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot\DisableRootAutoUpdate`
- **Key**: `HKLM\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot`
- **Type**: `REG_DWORD`
- **Name**: `DisableRootAutoUpdate`
- **Data**: `0` to enabled or `1` to disable.
Expand All @@ -448,7 +448,7 @@ domain. These settings must be reconfigured, if you want to change them.

- Set the shared CTL file location (HTTP or the FILE path):

- **Key**: `HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate\RootDirUrl`
- **Key**: `HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate`
- **Type**: `REG_SZ`
- **Name**: `RootDirUrl`
- **Data**: Enter a valid HTTP or file URI.
Expand Down