Clear-WebCentralCertProvider

Clear-WebCentralCertProvider

Removes all settings for the central certificate provider.

Syntax

Parameter Set: Default
Clear-WebCentralCertProvider [-PrivateKeyPassword] [ <CommonParameters>]

Detailed Description

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, user name and password, and the private key password. This command does not delete the provider.

Parameters

-PrivateKeyPassword

Password for the private key if one exists. If provided, this password is the same for all keys. The password can be $null.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Clear certificates

Removes all settings for the central certificate provider without removing the provider itself.

PS C:\> Clear-WebCentralCertProvider

Disable-WebCentralCertProvider

Get-WebCentralCertProvider

Set-WebCentralCertProvider

Set-WebCentralCertProvider