Publish-Ssl Certificate

The Publish-SslCertificate cmdlet is deprecated. Instead, use the Set-AdfsSslCertificate cmdlet.

Syntax

Publish-SslCertificate
       -Path <String>
       -Password <SecureString>
       [<CommonParameters>]
Publish-SslCertificate
       -RawPfx <Byte[]>
       -Password <SecureString>
       [<CommonParameters>]

Description

The Publish-SslCertificate cmdlet is deprecated in this release. Instead, use the Set-AdfsSslCertificate cmdlet.

Required Parameters

-Password
Type: SecureString
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Path
Type: String
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-RawPfx
Type: Byte[]
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Outputs

System.Object