diff --git a/src/content/plans/index.json b/src/content/plans/index.json index 7e119266c69bc61..527160c367cc9c3 100644 --- a/src/content/plans/index.json +++ b/src/content/plans/index.json @@ -2491,11 +2491,11 @@ }, "quantity": { "title": "Certificates included", - "free": 0, - "pro": 0, - "pro_plus": 1, - "biz": "1 (Modern)\n1 (Legacy)", - "ent": "1 (Modern) (can purchase more)\n1 (Legacy) (can purchase more)" + "free": "0", + "pro": "0", + "pro_plus": "1", + "biz": "1 Modern and 1 Legacy", + "ent": "1 Modern (can purchase more) and 1 Legacy (can purchase more)" } } }, @@ -2601,6 +2601,13 @@ "pro": "Yes", "biz": "Yes", "ent": "Yes" + }, + "per_hostname": { + "title": "Per-hostname", + "free": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)", + "pro": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)", + "biz": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)", + "ent": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)" } } }, @@ -2637,17 +2644,17 @@ "b_initial_quota": { "title": "Hostnames included", "summary": "Varies", - "free": 100, - "pro": 100, - "biz": 100, - "ent": 0 + "free": "100", + "pro": "100", + "biz": "100", + "ent": "0" }, "c_max_hostnames": { "title": "Max hostnames", - "free": 5000, - "pro": 5000, - "biz": 5000, - "ent": "Unlimited, but contact sales if using over 5000." + "free": "5,000", + "pro": "5,000", + "biz": "5,000", + "ent": "Unlimited, but contact sales if using over 5,000." }, "custom_analytics": { "title": "[Custom analytics](/cloudflare-for-platforms/cloudflare-for-saas/hostname-analytics/)", @@ -2824,6 +2831,22 @@ } } }, + "custom_cipher_suites": { + "title": "Custom cipher suites", + "link": "/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites/", + "paid_add_on": true, + "paid_add_on_plans": ["free", "pro", "biz", "ent"], + "properties": { + "availability": { + "title": "Availability", + "summary": "Custom cipher suites are available for domains that have purchased [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/) and are currently using a [full DNS setup](/dns/zone-setups/full-setup/).", + "free": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)", + "pro": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)", + "biz": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)", + "ent": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)" + } + } + }, "total_tls": { "title": "Total TLS", "link": "/ssl/edge-certificates/additional-options/total-tls/",