Tenants - (Deprecated) List Certificate Chains
[Deprecated] Gets all the tenant's public certificate chains.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/certchains
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
tenant
|
path | True |
string |
Azure sphere tenant ID. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
string |
Success. The response contains the public portion of the tenant CA certificate chains as a base64 encoded PKCS#7 blob. The PKCS#7 blob contains certificates up to and including the root CA certificate. The returned blob can be saved to a file with a .p7b extension. |