Enable-WebCentralCertProvider

Enable-WebCentralCertProvider

Enables a central certificate provider.

구문

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

자세한 설명

The Enable-WebCentralCertProvider cmdlet enables a central certificate provider with the specified location, private key password, and credentials of the account to access the certificate store.

매개 변수

-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 \\CertStoreServer\CertStore.

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-Password<String>

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

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-PrivateKeyPassword<String>

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

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-UserName<String>

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

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

예제

Example 1: Enable a central certificate store

This command enables a new central certificate store.

PS C:\> Enable-WebCentralCertProvider –CertStoreLocation "\\MyCertServer\CertStore" -UserName "CertStoreUser" -Password "Pa$$w0rd"

관련 항목

Clear-WebCentralCertProvider

Disable-WebCentralCertProvider

Get-WebCentralCertProvider

Set-WebCentralCertProvider