Edit

Share via


Clear-WebCentralCertProvider

Removes all settings for the central certificate provider.

Syntax

Default (Default)

Clear-WebCentralCertProvider
    [-PrivateKeyPassword]
    [<CommonParameters>]

Description

The Clear-WebCentralCertProvider cmdlet removes all settings for the central certificate provider. The settings that are affected include whether the provider is enabled, the location of the centralized certification store, the user name and password, and the private key password. This cmdlet does not delete the provider.

Examples

Example 1: Clear certificates

PS C:\> Clear-WebCentralCertProvider

This command removes all settings for the central certificate provider without removing the provider itself.

Parameters

-PrivateKeyPassword

Indicates the password for the private key if one exists. If specified, this password is the same for all keys. The password can be $Null.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.