Retrieve a certificate by PEM

Retrieve a specific certificate based on its PEM encoded value

Path parameters
pem
string required

The URL encoded PEM encoded value of the certificate

Example -----BEGIN%20CERTIFICATE----- ... -----END%20CERTIFICATE-----
Responses
  • 200 The specified certificate
    certificate
    object (Certificate) required

    The certificate object

    permissions
    object (models.search.certificate.CertificatePermissions) required

    The permissions of the currently authenticated principal on the certificate

  • 400 Bad request
  • 401 Unauthorized request
  • 403 Unauthorized request
  • 404 Certificate not found
  • 500 Unexpected internal server error