Skip to content

tlsProductResponse

No description available in the specification.

FieldTypeRequiredDescription
skutlsCertificateProductyesregfish TLS certificate product identifier. (RapidSSL, RapidSSLWildcard, QuickSSLPremium, SSL123, TrueBusinessID, SecureSite, SSLWebServer)
namestringyes-
typetlsProductValidationTypeyes(DV, OV, EV)
validation_leveltlsProductValidationLevelyes(dv, ov, ev)
organization_requiredbooleanyes-
catlsProductAuthorityyes(digicert, geotrust, rapidssl, thawte)
priceobjectyes-
recommendedbooleanno-
specstlsProductSpecsyes-
{
"sku": "RapidSSL",
"name": "string",
"type": "DV",
"validation_level": "dv",
"organization_required": true,
"ca": "digicert",
"price": {
"yearly": 0,
"daily": 0
},
"recommended": true,
"specs": {
"seal": true,
"san_support": true,
"www_on_apex": true,
"apex_on_wc": true,
"wc_support": true,
"san_wc_support": true,
"max_sans": 0,
"malware_check": true
}
}