CsrGenerationSpec
CsrGenerationSpec
This specification contains Certificate Signing Request (CSR) details
JSON Example
{
"country": "IN",
"state": "Karnataka",
"locality": "Bengaluru",
"organization": "VMware Inc.",
"organizationUnit": "VCF",
"email": "[email protected]",
"keySize": "One among: 2048, 3072, 4096",
"keyAlgorithm": "One among: RSA"
}
string
country
Required
ISO 3166 country code where company is legally registered
string
state
Required
The full name of the state where company is legally registered
string
locality
Required
The city or locality where company is legally registered
string
organization
Required
The name under which company is legally registered
string
organizationUnit
Required
Organization with which the certificate is associated
string
email
Optional
Contact email address
string
keySize
Required
Certificate public key size
string
keyAlgorithm
Required
The public key algorithm of the certificate