Set-WebApplicationProxySslCertificate
Installs an SSL certificate for a federation server proxy.
Syntax
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.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | 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.
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 |