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.
Syntax
Parameter Set: Default
Set-WebApplicationProxySslCertificate -Thumbprint <String> [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed 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.
Parameters
-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.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByValue) |
Accept Wildcard Characters? |
false |
-Confirm
Prompts you for confirmation before running the cmdlet.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
Examples
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:\>