tlsProductResponse
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
sku |
tlsCertificateProduct | yes | regfish TLS certificate product identifier. (RapidSSL, RapidSSLWildcard, QuickSSLPremium, SSL123, TrueBusinessID, SecureSite, SSLWebServer) |
name |
string |
yes | — |
type |
tlsProductValidationType | yes | (DV, OV, EV) |
validation_level |
tlsProductValidationLevel | yes | (dv, ov, ev) |
organization_required |
boolean |
yes | — |
ca |
tlsProductAuthority | yes | (digicert, geotrust, rapidssl, thawte) |
price |
object |
yes | — |
recommended |
boolean |
no | — |
specs |
tlsProductSpecs | yes | — |
Example
Section titled “Example”{ "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 }}