PKI Certificate Profiles

post/api/v1/cert-manager/certificate-profiles

Request body

caIdstring uuid
certificatePolicyIdstring uuid required
slugstring required
descriptionstring
issuerType'ca' | 'self-signed'

Response

Default Response

Changes

Changed in 4 of the 20 revisions of this API.186

    • the description request property's maxLength was decreased to 255

      request-property-max-length-decreased

    • the defaults/commonName request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/country request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/locality request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/organization request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/organizationalUnit request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/state request property's maxLength was set to 255

      request-property-max-length-set

  • edde28ab3c8c22See the full diff
    • added the new any_purpose enum value to the certificateProfile/defaults/extendedKeyUsages/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new upn enum value to the certificateProfile/defaults/subjectAltNames/items/type response property for the response status 200

      response-property-enum-value-added

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

      request-property-enum-value-added

    • added the new upn enum value to the request property defaults/subjectAltNames/items/type

      request-property-enum-value-added

    • added the new optional request property defaults/subjectAltNames

      new-optional-request-property

    • added the optional property certificateProfile/defaults/subjectAltNames to the response with the 200 status

      response-optional-property-added

    • added the new optional request property defaults/domainComponents

      new-optional-request-property

    • added the optional property certificateProfile/defaults/domainComponents to the response with the 200 status

      response-optional-property-added