v1/certificate
Keystore enrollment
Creates a keystore for the specified end entity
post/v1/certificate/enrollkeystore
Request body
Example request
{
"password": "foo123",
"key_alg": "RSA",
"key_spec": "4096",
"username": "JohnDoe"
}Response
successful operation
Example response
{
"response_format": "DER",
"certificate": "MIIDXzCCA...eW1Zro0=",
"serial_number": "1234567890ABCDEF",
"certificate_chain": "[\"MII123efg...345xyz0=\"]"
}