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.

Syntax

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

Description

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

Examples

Example 1

PS C:\> Set-WebApplicationProxySslCertificate -Thumbprint FC85DDB0FC58E63D8CB52654F22E4BE7900FE349

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

1:

PS C:\>

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Thumbprint

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.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False