This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRCloudGatewayCertificate

Short Description

Returns SSL certificates.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRCloudGatewayCertificate [-FromStore]  [<CommonParameters>]

Detailed Description

This cmdlet returns the SSL certificate that is currently used, or the SSL certificate saved to your Certificate Store.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

FromStore

If set, the cmdlet will return the SSL certificate present in the local Certificate Store on this server. If you run the cmdlet without this parameter, it will return the certificate that is currently used.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

VBRCloudCertificate

Example 1

This command gets an SSL certificate named "Omega Company" from the certificate store.

Get-VBRCloudGatewayCertificate -FromStore | Where FriendlyName -eq "Omega Company"

Example 2

This command returns the SSL certificate that is currently assigned to the service provider.

Get-VBRCloudGatewayCertificate