共用方式為


Set-WebApplicationProxySslCertificate

Set-WebApplicationProxySslCertificate

Sets the binding to the AD FS SSL certificate that is installed and configured for the FS proxy component of the Web Application Proxy.

語法

Parameter Set: Default
Set-WebApplicationProxySslCertificate -Thumbprint <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細描述

Sets the binding to the AD FS SSL certificate that is installed and configured for the FS proxy component of the Web Application Proxy.

參數

-Thumbprint<String>

The thumbprint of the x.509 certificate the administrator wishes to set as the AD FS SSL certificate that is installed and configured for the FS proxy component of the Web Application Proxy.

別名

必要?

true

位置?

named

預設值

接受管線輸入?

True (ByValue)

接受萬用字元?

false

-Confirm

執行 Cmdlet 之前先提示您確認。

必要?

false

位置?

named

預設值

false

接受管線輸入?

false

接受萬用字元?

false

-WhatIf

顯示執行 Cmdlet 後會發生的情況。未執行 Cmdlet。

必要?

false

位置?

named

預設值

false

接受管線輸入?

false

接受萬用字元?

false

<CommonParameters>

此 Cmdlet 支援一般參數:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 與 -OutVariable。如需詳細資訊,請參閱 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

輸入

輸入類型是您可以使用管線處理方式傳遞給 Cmdlet 的物件類型。

輸出

輸出類型是 Cmdlet 所發出的物件類型。

範例

Example 1

This example installs the certificate specified by the thumbprint and configures for use by the FS proxy component.

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