Set-Web Central Cert Provider Credential

Changes the user-account credentials for the central certificate provider.

Syntax

Set-WebCentralCertProviderCredential
   [-UserName] <String>
   [<CommonParameters>]

Description

The Set-WebCentralCertProviderCredential cmdlet changes the user-account credentials (user name and password) for the central certificate provider.

Examples

Example 1: Set credentials

PS C:\> Set-WebCentralCertProviderCredentials -UserName "CertStoreUser"
UserName=CertStoreUser

Password=

*********

Confirm Password=

*********

This command changes the user-account credentials for the central certificate store.

Required Parameters

-UserName

Specifies the password of the user account that is used to access the central certificate store.

Type: String
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False