Get-CcExternalCertificateFilePath

The Get-CcExternalCertificateFilePath cmdlet returns the external certificate file path for the Skype for Business Cloud Connector Edition deployment. The user prepares this certificate.

This cmdlet applies to Skype for Business Cloud Connector Edition 1.4.1, 1.4.2.

Get-CcExternalCertificateFilePath [[-Target] <string> {EdgeServer | MediationServer}]

Examples

Example 1

The following example shows the path of the certificate for the Edge Server:

Get-CcExternalCertificateFilePath -Target EdgeServer

Example 2

The following example shows the certificate set for the Mediation Server:

Get-CcExternalCertificateFilePath -Target MediationServer

Detailed Description

During deployment or when modifying the topology, you need to specify the path for the Edge Server certificate, and, optionally, for the Mediation Server. The certificate for the Mediation Server is required if TLS will be used between the gateway (s) and the Mediation Server. To change the path, use the Set-CcExternalCertificateFilePath cmdlet.

Parameters

Parameter Required Type Description
Target
Optional
System.Management.Automation.SwitchParameter
Type of file path requested. Types include:
EdgeServer (default)
MediationServer

Input Types

The Get-CcExternalCertificateFilePath cmdlet does not accept pipelined input.

Return Types

The command returns a file path.

See also

Set-CcExternalCertificateFilePath