Tenants - Get Certificate

Gets the public portion of the tenant certificate.

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/cert
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/cert?thumbprint={thumbprint}

URI Parameters

Name In Required Type Description
tenantId
path True

string

uuid

Azure Sphere tenant ID.

thumbprint
query

string

In this optional parameter, specify the SHA1 thumbprint of the public tenant CA certificate that will be returned.

Responses

Name Type Description
200 OK

string

Success. The response contains the public portion of the tenant CA certificate as a base64 encoded X.509 public key certificate. The returned blob can be saved to a file with a .cer extension.