List Service Certificate

Updated: November 1, 2013

Applies To: System Center 2012 R2 Orchestrator, System Center 2012 SP1 - Orchestrator

The List Service Certificate activity is used in a runbook to list all of the service certificates associated with the specified cloud service. It is part of the Azure Certificates category activity.

The activity publishes all of the data from the required and optional properties into published data. The following tables list the required and optional properties and published data for this activity.

List Service Certificate Required Properties

Element

Description

Valid values

Service DNS Prefix

The DNS prefix name of the Windows Azure cloud service.

String

List Service Certificate Optional Properties

There are no optional properties for this runbook activity.

List Service Certificate Published Data

Element

Description

Value type

Service Certificate Public Data (base64)

A base64 representation of the data contained in the service certificate, in .cer format.

String

Service Certificate URL

The Service Management API request URI used to perform Get Service Certificate requests against the certificate store.

String

Service Certificate Thumbprint

The X509 certificate thumb print property of the service certificate. This thumb print uniquely identifies the certificate.

String

Service Certificate Thumbprint Algorithm

The algorithm that was used to hash the service certificate. Currently SHA-1 is the only supported algorithm.

String

Service DNS Prefix

The DNS prefix name of the Windows Azure cloud service.

String

See Also

Other Resources

Using Runbooks in System Center 2012 - Orchestrator