Retrieve the Tenant's Signing Certificate in JWK Format

get

/admin/v1/SigningCert/jwk

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Tenant's signing certificate in JWK format
Body ()
Root Schema : SigningCertsJWK
Type: object
Tenant's signing certificates in JWK format
Show Source
  • keys
    This field contains a list of the tenant's signing certificate keys.
Nested Schema : keys
Type: array
This field contains a list of the tenant's signing certificate keys.
Show Source
Nested Schema : keys
Type: object
A complex attribute that represents the keys
Show Source
Nested Schema : key_ops
Type: array
This field contains a list of key operations.
Show Source
Nested Schema : x5c
Type: array
This field contains a list of the X.509 Certificate chain.
Show Source
Back to Top