CsrGenerationSpec

CsrGenerationSpec
CsrGenerationSpec

This specification contains Certificate Signing Request (CSR) details

JSON Example
{
    "country": "IN",
    "email": "[email protected]",
    "keyAlgorithm": "One among: RSA",
    "keySize": "One among: 2048, 3072, 4096",
    "locality": "Bengaluru",
    "organization": "VMware Inc.",
    "organizationUnit": "VCF",
    "state": "Karnataka"
}
string
country
Required

ISO 3166 country code where company is legally registered

string
email
Optional

Contact email address

string
keyAlgorithm
Required

The public key algorithm of the certificate

string
keySize
Required

Certificate public key size

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
state
Required

The full name of the state where company is legally registered