Follow these procedures to enable or disable certificate revocation checking on Configuration Manager 2007 client computers in a native mode site.

Note
Mobile device clients do not use certificate revocation lists.

When a Configuration Manager site is installed in native mode, the default site setting is for clients to check the certificate revocation list (CRL) before successful communication can be established with the native mode site systems. When a Configuration Manager site is installed in mixed mode and then migrated to native mode, this setting is disabled by default. To verify this setting for individual clients, see How to Identify Client Configuration Details for Native Mode and Internet-Based Client Management. You cannot configure CRL checking of native mode site systems in Configuration Manager 2007; this setting is on by default and inherited with IIS configuration.

Important
The publishing and maintenance of the CRL is an integral part of the public key infrastructure (PKI) and external to Configuration Manager 2007. Do not use CRL checking on Configuration Manager clients until you have confirmed that your infrastructure can support this. For example, if you are using Internet-based client management and the issuing certification authority for the native mode site systems is on the intranet, you will need to ensure that the CRL is accessible from the Internet.

There are two supported procedures you can use for configuring CRL checking on clients. Choose the procedure that is suitable for your environment. However, client functions that run as a result of task sequence actions always check the CRL when the client is running versions prior to Configuration Manager 2007 SP2. The two procedures are as follows:

Additionally, you can also specify the setting using your in-house client management tools, which might include incorporating the settings in a standard build image and deploying custom scripts to edit the registry.

To configure certificate revocation checking (CRL) on clients by configuring the setting as a site property

  1. In the Configuration Manager console, navigate to System Center Configuration Manager / Site Database / Site Management.

  2. Right-click <site code> - <site code> and then click Properties.

  3. On the Site Mode tab in the site properties dialog box, select or cancel Enable CRL checking on clients.

  4. Click OK.

To configure certificate revocation checking (CRL) on clients by specifying the setting using CCMSetup.exe command-line options

  • To enable CRL checking: Use CCMSetup.exe with the command line property /native:CRL (for native mode communication and CRL checking), or /native:CRLANDFALLBACK (for native mode communication and CRL checking and HTTP communication for roaming and site assignment).

    To disable CRL checking: Use CCMSetup.exe with the command line property /native: (for native mode communication without CRL checking), or /native:FALLBACK (for native mode communication and HTTP communication for roaming and site assignment without CRL checking).

    For more information about CCMSetup installation properties, see About Configuration Manager Client Installation Properties.

See Also