GenerateCsrData
GenerateCsrData
Represents request parameters for generate csr
JSON Example
{
"certificateId": "string",
"generateCsrSpec": {
"commonName": "string",
"country": "string",
"email": "string",
"keyAlgorithm": "string",
"keySize": "string",
"locality": "string",
"orgUnit": "string",
"organization": "string",
"state": "string",
"subjectAltNames": {
"dns": [
"string"
],
"ip": [
"string"
]
}
}
}
string As uuid
As uuid
certificateId
Required
A key/Id of certificate which represent the VCF component against which CSR has to be generated