CsrGenerationSpec

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  
Constraints: minLength: 1

ISO 3166 country code where company is legally registered

string
state
Required  
Constraints: minLength: 1

The full name of the state where company is legally registered

string
locality
Required  
Constraints: minLength: 1

The city or locality where company is legally registered

string
organization
Required  
Constraints: minLength: 1

The name under which company is legally registered

string
organizationUnit
Required  
Constraints: minLength: 1

Organization with which the certificate is associated

string As email As email
email
Optional

Contact email address

string
keySize
Required  
Constraints: minLength: 1

Certificate public key size

string
keyAlgorithm
Required  
Constraints: minLength: 1

The public key algorithm of the certificate