OpenSSLCertificateAuthoritySpec
                                OpenSSLCertificateAuthoritySpec                            
                            This specification contains OpenSSL CA configuration details
JSON Example
                                    {
    "commonName": "OpenSSL CA",
    "country": "IN",
    "locality": "Bengaluru",
    "organization": "VMware Inc.",
    "organizationUnit": "VCF",
    "state": "Karnataka"
}
            
            
                                    string
                
                
            
        
        
                commonName            
                            Required
            
            
        OpenSSL CA domain name
            
            
                                    string
                
                
            
        
        
                country            
                            Required
            
            
        ISO 3166 country code 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
                
                
            
        
        
                state            
                            Required
            
            
        The full name of the state where company is legally registered
