v1/endentity
Add new end entity, if it does not exist
Register new end entity based on provided registration data
post/v1/endentity
Request body
Example request
{
"end_entity_profile_name": "ExampleEEP",
"subject_alt_name": "rfc822Name=john.doe@example.com",
"token": "P12",
"ca_name": "ExampleCA",
"password": "foo123",
"account_binding_id": "1234567890",
"subject_dn": "CN=John Doe,SURNAME=Doe,GIVENNAME=John,C=SE",
"extension_data": [
{
"name": "1.3.6.1.5.5.7.1.24/customdata_STARTTIME",
"value": "3003020105/2022-12-13 00:00:00"
},
{
"name": "1.3.6.1.5.5.7.1.24/customdata_STARTTIME",
"value": "3003020105/2022-12-13 00:00:00"
}
],
"key_recoverable": false,
"custom_data": [
{
"name": "1.3.6.1.5.5.7.1.24/customdata_STARTTIME",
"value": "3003020105/2022-12-13 00:00:00"
},
{
"name": "1.3.6.1.5.5.7.1.24/customdata_STARTTIME",
"value": "3003020105/2022-12-13 00:00:00"
}
],
"certificate_profile_name": "ENDUSER",
"email": "john.doe@example.com",
"username": "JohnDoe"
}Response
successful operation