v1
latestOpenAPI 3.0.12026-07-177949123.5 KBv2/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
Example response
{
"end_entity_profile_name": "ExampleEEP",
"available_cas": [
"ExampleCA"
],
"available_certificate_profiles": [
"ENDUSER"
],
"subject_distinguished_name_fields": [
"CN"
],
"subject_alternative_name_fields": [
"RFC822NAME"
]
}