Publish-SslCertificate 
	The Publish-SslCertificate cmdlet is deprecated. Instead, use the Set-AdfsSslCertificate cmdlet.
Syntax
		PublishByPfxPath (Default)
	  
	Publish-SslCertificate
    -Path <String>
    -Password <SecureString>
    [<CommonParameters>]
	
		PublishByPfxData
	  
	Publish-SslCertificate
    -RawPfx <Byte[]>
    -Password <SecureString>
    [<CommonParameters>]
	Description
The Publish-SslCertificate cmdlet is deprecated in this release. Instead, use the Set-AdfsSslCertificate cmdlet.
Parameters
-Password
The Publish-SslCertificate cmdlet is deprecated in this release. Instead, use the Set-AdfsSslCertificate cmdlet.
Parameter properties
| Type: | SecureString | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | False | 
| Value from remaining arguments: | False | 
-Path
The Publish-SslCertificate cmdlet is deprecated in this release. Instead, use the Set-AdfsSslCertificate cmdlet.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
					PublishByPfxPath 
					
				  
				| Position: | Named | 
| Mandatory: | True | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | False | 
| Value from remaining arguments: | False | 
-RawPfx 
		The Publish-SslCertificate cmdlet is deprecated in this release. Instead, use the Set-AdfsSslCertificate cmdlet.
Parameter properties
| Type: | Byte[]  | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
					PublishByPfxData 
					
				  
				| Position: | Named | 
| Mandatory: | True | 
| 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.