Update-CcServerCertificate

The Update-CcServerCertificate cmdlet renews the certificates for Skype for Business Cloud Connector Edition when they are near expiration or already expired.

Update-CcServerCertificate [[-Roles] <array> {Cms | MS | Edge}]

Examples

Example 1

The following example renews the certificates for the Central Management Store, Mediation Server, and Edge Server when the certificates are near expiration or already expired:

Update-CcServerCertificate

Example 2

The next example renews the certificates for Mediation Server and Edge Server when they are near expiration or already expired:

Update-CcServerCertificate-Roles @("MS", "Edge")

Detailed Description

Cloud Connector internal certificates issued to the Central Management Store, Mediation Server, and Edge Server are valid for two years after they are issued from a Certificate Authority service. If certificates are near expiration or already expired, run the Update-CcServerCertificate cmdlet to renew the certificates.

This command replaces the Renew-CcServerCertificate cmdlet in Cloud Connector 2.0 and later releases.

Parameters

Parameter Required Type Description
Roles
Optional
System.Array
Array of Cloud Connector server roles.

Input Types

None. The Update-CcServerCertificate cmdlet does not accept pipelined input.

Return Types

None

See also

Reset-CcCACertificate

Renew-CcServerCertificate

Export-CcRootCertificate