OpenSSLCertificateAuthoritySpec

OpenSSLCertificateAuthoritySpec
OpenSSLCertificateAuthoritySpec

This specification contains OpenSSL CA configuration details

JSON Example
{
    "commonName": "OpenSSL CA",
    "country": "IN",
    "state": "Karnataka",
    "locality": "Bengaluru",
    "organization": "VMware Inc.",
    "organizationUnit": "VCF"
}
string
commonName
Required
Constraints: minLength: 0 maxLength: 64

OpenSSL CA domain name

string
country
Required
Constraints: minLength: 2 maxLength: 2

ISO 3166 country code where company is legally registered

string
state
Required
Constraints: minLength: 0 maxLength: 128

The full name of the state where company is legally registered

string
locality
Required
Constraints: minLength: 0 maxLength: 128

The city or locality where company is legally registered

string
organization
Required
Constraints: minLength: 0 maxLength: 64

The name under which company is legally registered

string
organizationUnit
Required
Constraints: minLength: 0 maxLength: 64

Organization with which the certificate is associated