Read extra certificate

GET /platform/configuration/security/extra_certs/{cert_id}

Read an extra certificate.

Path parameters

  • cert_id string Required

    The extra certificate Id. For example, star_my_domain_com.

Responses

  • 200 application/json

    Extra certificate public chain if exists

    Hide response attribute Show response attribute object
    • chain array[string] Required

      The list of PEM encoded X509 certificates that make up the certificate chain

  • 404 application/json

    The extra certificate cannot be found. (code: cert.not_found)

    Hide headers attribute Show headers attribute
    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

GET /platform/configuration/security/extra_certs/{cert_id}
curl \
 --request GET 'https://{{hostname}}/api/v1/platform/configuration/security/extra_certs/{cert_id}' \
 --user "username:password"