Set-WebCentralCertProvider

Set-WebCentralCertProvider

Changes the configuration settings for the central certificate provider.

Sintaxis

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

Descripción detallada

The Set-WebCentralCertProvider cmdlet changes 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, the user name and password, and the private key password.

Parámetros

-CertStoreLocation<String>

Specifies the physical path to the central certificate store. The path is either a local path such as D:\CertStore, or a UNC path such as \\MyCertServer\CertStore.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿Aceptar caracteres comodín?

false

-Password<String>

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

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿Aceptar caracteres comodín?

false

-PrivateKeyPassword<String>

Specifies the password for the private key. If specified, this password is the same for all keys. The password can be $Null.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿Aceptar caracteres comodín?

false

-UserName<String>

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

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example 1: Set the central certificate store location

This command sets the physical location of the central certificate store.

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

Temas relacionados

Clear-WebCentralCertProvider

Disable-WebCentralCertProvider

GetEnable-WebCentralCertProvider

SetGet-WebCentralCertProviderCredential