Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 2.66 KB

Set-WebApplicationProxySslCertificate.md

File metadata and controls

95 lines (70 loc) · 2.66 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IdentityServer.Management.Proxy.dll-Help.xml
WebApplicationProxy
12/20/2016
2.0.0
Set-WebApplicationProxySslCertificate

Set-WebApplicationProxySslCertificate

SYNOPSIS

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
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: 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
Parameter Sets: (All)
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-WhatIf

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-WebApplicationProxySslCertificate