Tenants - (Deprecated) List Certificates

[Deprecated] Gets all public tenant certificates for a Tenant.

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/certs

URI Parameters

Name In Required Type Description
tenantId
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 as a base64 encoded PKCS#7 blob. The PKCS#7 blob only contains tenant CA certificates without the certificate chain. The returned blob can be saved to a file with a .p7b extension.