Set-WebApplicationProxySslCertificate

Set-WebApplicationProxySslCertificate

Installs an SSL certificate for a federation server proxy.

구문

Parameter Set: Default
Set-WebApplicationProxySslCertificate -Thumbprint <String> [-InformationAction <System.Management.Automation.ActionPreference> {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend} ] [-InformationVariable <System.String> ] [ <CommonParameters>]

자세한 설명

The Set-WebApplicationProxySslCertificate cmdlet installs and configures an Secure Sockets Layer (SSL) certificate for the federation server proxy component of the .

매개 변수

-InformationAction<System.Management.Automation.ActionPreference>

Specifies how this cmdlet responds to an information event. 이 매개 변수에 허용되는 값은 다음과 같습니다.

-- SilentlyContinue
-- Stop
-- Continue
-- Inquire
-- Ignore
-- Suspend

별칭

infa

필수 여부

false

위치

named

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

-InformationVariable<System.String>

Specifies a variable in which to store an information event message.

별칭

iv

필수 여부

false

위치

named

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

-Thumbprint<String>

Specifies the thumbprint of an X.509 certificate. This cmdlet sets the certificate that this parameter specifies as the SSL certificate that installs and configure for the federation server proxy component.

별칭

none

필수 여부

true

위치

named

기본값

none

파이프라인 입력 허용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

Example 1: Configure a certificate for use

This command installs the certificate specified by the thumbprint, and configures the certificate for use by the federation server proxy component.

PS C:\> Set-WebApplicationProxySslCertificate -Thumbprint "FC85DDB0FC58E63D8CB52654F22E4BE7900FE349"

관련 항목

Get-WebApplicationProxySslCertificate