v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v2/endentity

Get End Entity Profile content

Returns End Entity Profile configurations: List of available CAs, list of available Certificate Profiles.

get/v2/endentity/profile/{endentity_profile_name}

Path parameters

endentity_profile_namestring required

Response

Successful operation

end_entity_profile_namestring

End Entity profile name

available_casstring[]

List of available Certificate Authorities (CAs)

available_certificate_profilesstring[]

List of available Certificate Profiles

subject_distinguished_name_fieldsstring[]

List of Subject DN Attributes

subject_alternative_name_fieldsstring[]

List of Subject Alternative Name fields

Example response

{
  "end_entity_profile_name": "ExampleEEP",
  "available_cas": [
    "ExampleCA"
  ],
  "available_certificate_profiles": [
    "ENDUSER"
  ],
  "subject_distinguished_name_fields": [
    "CN"
  ],
  "subject_alternative_name_fields": [
    "RFC822NAME"
  ]
}