Tenants - Get Certificate Chain

Gets the tenant's public certificate chain.

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/certchain
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/certchain?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 chain that will be returned.

Responses

Name Type Description
200 OK

string

Success. The response contains the public portion of the tenant CA certificate chain as a base64 encoded PKCS#7 blob. The returned blob can be saved to a file with a .p7b extension.