PKI Certificates

post/api/v1/cert-manager/certificates

Request body

profileIdstring uuid required
applicationIdstring uuid
csrstring

Response

Default Response

certificateRequestIdstring required
status'pending_approval' | 'pending' | 'pending_validation' | 'issued' | 'failed' | 'rejected'
messagestring

Changes

Changed in 3 of the 20 revisions of this API.33

    • the attributes/altNames/items/value request property's maxLength was set to 255

      request-property-max-length-set

    • the attributes/ttl request property's maxLength was set to 32

      request-property-max-length-set

    • the attributes/basicConstraints/pathLength request property's max was set to 255.00

      request-property-max-set

    • added the new any_purpose enum value to the request property attributes/extendedKeyUsages/items/

      request-property-enum-value-added

    • added the new upn enum value to the request property attributes/altNames/items/type

      request-property-enum-value-added

    • added the new optional request property attributes/domainComponents

      new-optional-request-property