Get-WebCentralCertProvider

Get-WebCentralCertProvider

Retrieves the configuration settings of the central certificate provider.

구문

Parameter Set: Default
Get-WebCentralCertProvider [-CertStoreLocation] [-Enabled] [-PrivateKeyPassword] [-UserName] [ <CommonParameters>]

자세한 설명

The Get-WebCentralCertProvider cmdlet retrieves the configuration settings of the central certificate provider. The settings that you can retrieve include whether the provider is enabled, the location of the centralized certification store, the user name, and the private key password.

매개 변수

-CertStoreLocation

Indicates that this cmdlet gets 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.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Enabled

Indicates whether the central certificate provider is enabled, which returns $True; otherwise, this parameter returns $False.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-PrivateKeyPassword

Indicates the 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

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-UserName

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

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

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

입력

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

출력

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

예제

Example 1: Retrieve all settings

This command retrieves all configuration settings of the central certificate provider.

PS C:\> Get-WebCentralCertProvider

Example 2: Retrieve the location of the central certificate storethe

This command retrieves the location of the central certificate store from the provider.

PS C:\> Get-WebCentralCertProvider -CertStoreLocation

관련 항목

Clear-WebCentralCertProvider

Disable-WebCentralCertProvider

GetEnable-WebCentralCertProvider

Set-WebCentralCertProvider