Convert-CngOrEccToPem

Copy
SYNOPSIS

Converts a CNG or ECC Certificate Authority cert to a pem.

SYNTAX

Convert-CngOrEccToPem [-PfxPath] <string> -PfxCredential <PSCredential>
[<CommonParameters>]

DESCRIPTION

The Convert-CngOrEccToPem cmdlet converts a CNG or ECC Certificate Authority
cert to a pem.

The pem file will be located in the Delinea RabbitMQ Site Connector folder.

PARAMETERS

-PfxPath <string>

Gets or sets the PFX path.

-PfxCredential <PSCredential>

Gets or set the credential for the PFX. Username part is ignored.

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

---------- EXAMPLE 1 ----------

PS C:\>Convert-CngOrEccToPem -PfxPath "$PSScriptRoot..\Examples\sc.pfx"
-PfxPassword "password1" -Verbose

REMARKS

To see the examples, type: "Get-Help Convert-CngOrEccToPem -Examples"

For more information, type: "Get-Help Convert-CngOrEccToPem -Detailed"

For technical information, type: "Get-Help Convert-CngOrEccToPem -Full"

For online help, type: "Get-Help Convert-CngOrEccToPem -Online"