Clear-WebCentralCertProvider
Removes all settings for the central certificate provider.
Syntax
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.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |