Renew-CcServerCertificate

The Renew-CcServerCertificate cmdlet renews the certificates for Skype for Business Cloud Connector Edition when they are near expiration or already expired. This command was changed to Update-CcServerCertificate in Cloud Connector 2.0 and later releases.

Renew-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:

Renew-CcServerCertificate

Example 2

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

Renew-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 Renew-CcServerCertificate cmdlet to renew the certificates.

Parameters

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

Input Types

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

Return Types

None

See also

Reset-CcCACertificate

Renew-CcServerCertificate

Export-CcRootCertificate