Set-WebApplicationProxySslCertificate
Installs an SSL certificate for a federation server proxy.
Syntax
Default (Default)
Set-WebApplicationProxySslCertificate
-Thumbprint <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-WebApplicationProxySslCertificate cmdlet installs and configures an Active Directory Federation Services (AD FS) Secure Sockets Layer (SSL) certificate for the federation server proxy component of the Web Application Proxy.
Examples
Example 1: Configure a certificate for use
PS C:\> Set-WebApplicationProxySslCertificate -Thumbprint "FC85DDB0FC58E63D8CB52654F22E4BE7900FE349"
This command installs the certificate specified by the thumbprint, and configures the certificate for use by the federation server proxy component.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Parameter properties
Type: | SwitchParameter |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Aliases: | cf |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Thumbprint
Specifies the thumbprint of an X.509 certificate. This cmdlet sets the certificate that this parameter specifies as the AD FS SSL certificate that Web Application Proxy installs and configure for the federation server proxy component.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Parameter properties
Type: | SwitchParameter |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Aliases: | wi |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.