Publish-SslCertificate

Publish-SslCertificate

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

Syntax

Parameter Set: PublishByPfxPath
Publish-SslCertificate -Password <SecureString> -Path <String> [ <CommonParameters>]

Parameter Set: PublishByPfxData
Publish-SslCertificate -Password <SecureString> -RawPfx <Byte[]> [ <CommonParameters>]

Detailed Description

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

Parameters

-Password<SecureString>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Path<String>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RawPfx<Byte[]>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • System.Object

Test-SslCertificate

Set-AdfsSslCertificate