Get a client certificate
get
https://{your_site_interface}/opa-hub/api/12.2.40/clientCertificates/{client-certificate-name}
This operation will get a client certificate.
Request
Path Parameters
-
client-certificate-name(required): string
The certificate name.
Query Parameters
-
expand: string
Comma separated list of named resources to expand, or "all" to expand all
-
fields: string
Comma separated list of fields to be returned
-
links: string
Comma separated list of links to be returned, or "none" to omit links
There's no request body for this operation.
Security
-
Authorization: apiKey
Type:
apiKeyDescription:Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}. -
oauth2_opa: oauth2
Type:
oauth2Description:POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Response
Supported Media Types
- application/json
200 Response
The request was successfully completed.
Root Schema : clientCertificate
Type:
Show Source
object-
fingerprintSHA1: string
Read Only:
trueThe certificate SHA-1 fingerprint. -
fingerprintSHA256: string
Read Only:
trueThe certificate SHA-256 fingerprint. -
issuer: string
Read Only:
trueThe distinguished name of the certificate issuer. -
name(required): string
The certificate name.
-
references: integer
(int64)
Read Only:
trueThe number of references to this certificate. -
subject: string
Read Only:
trueThe distinguished name of the certificate subject. -
validFrom: string
(date-time)
Read Only:
trueThe date and time this certificate is valid from. -
validTo: string
(date-time)
Read Only:
trueThe date and time this certificate is valid to.
404 Response
The requested resource does not exist.