PowerShell Logo Small

Set-WebCentralCertProvider



This is the built-in help made by Microsoft for the command 'Set-WebCentralCertProvider', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Sets the configuration settings for the central certificate provider.

SYNTAX


Set-WebCentralCertProvider [-CertStoreLocation <String>] [-Password <String>] [-PrivateKeyPassword <String>] [-UserName <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Sets the configuration settings for the central certificate provider. The settings that you can set include: whether the provider is enabled, the location of the centralized
certification store, user name and password, and the private key password.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287899
Clear-WebCentralCertProvider
Disable-WebCentralCertProvider
Get-WebCentralCertProvider
Set-WebCentralCertProviderCredential

REMARKS

<

Examples


Example 1: Set the central certificate store location

PS C:\>Set-WebCentralCertProvider –CertStoreLocation \\MyCertServer\CertStore



Sets the physical location of the central certificate store.