Skip to content

Commit e750577

Browse files
[SSL] Add missing features and fix formatting for cert limits (#21016)
* Add custom cipher suites to plans/index.json * Add per-hostname min TLS version to plans/index.json * Fix formatting for certs included * Process comments from code review
1 parent 6e3a998 commit e750577

File tree

1 file changed

+36
-13
lines changed

1 file changed

+36
-13
lines changed

src/content/plans/index.json

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,11 +2491,11 @@
24912491
},
24922492
"quantity": {
24932493
"title": "Certificates included",
2494-
"free": 0,
2495-
"pro": 0,
2496-
"pro_plus": 1,
2497-
"biz": "1 (Modern)\n1 (Legacy)",
2498-
"ent": "1 (Modern) (can purchase more)\n1 (Legacy) (can purchase more)"
2494+
"free": "0",
2495+
"pro": "0",
2496+
"pro_plus": "1",
2497+
"biz": "1 Modern and 1 Legacy",
2498+
"ent": "1 Modern (can purchase more) and 1 Legacy (can purchase more)"
24992499
}
25002500
}
25012501
},
@@ -2601,6 +2601,13 @@
26012601
"pro": "Yes",
26022602
"biz": "Yes",
26032603
"ent": "Yes"
2604+
},
2605+
"per_hostname": {
2606+
"title": "Per-hostname",
2607+
"free": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)",
2608+
"pro": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)",
2609+
"biz": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)",
2610+
"ent": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)"
26042611
}
26052612
}
26062613
},
@@ -2637,17 +2644,17 @@
26372644
"b_initial_quota": {
26382645
"title": "Hostnames included",
26392646
"summary": "Varies",
2640-
"free": 100,
2641-
"pro": 100,
2642-
"biz": 100,
2643-
"ent": 0
2647+
"free": "100",
2648+
"pro": "100",
2649+
"biz": "100",
2650+
"ent": "0"
26442651
},
26452652
"c_max_hostnames": {
26462653
"title": "Max hostnames",
2647-
"free": 5000,
2648-
"pro": 5000,
2649-
"biz": 5000,
2650-
"ent": "Unlimited, but contact sales if using over 5000."
2654+
"free": "5,000",
2655+
"pro": "5,000",
2656+
"biz": "5,000",
2657+
"ent": "Unlimited, but contact sales if using over 5,000."
26512658
},
26522659
"custom_analytics": {
26532660
"title": "[Custom analytics](/cloudflare-for-platforms/cloudflare-for-saas/hostname-analytics/)",
@@ -2824,6 +2831,22 @@
28242831
}
28252832
}
28262833
},
2834+
"custom_cipher_suites": {
2835+
"title": "Custom cipher suites",
2836+
"link": "/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites/",
2837+
"paid_add_on": true,
2838+
"paid_add_on_plans": ["free", "pro", "biz", "ent"],
2839+
"properties": {
2840+
"availability": {
2841+
"title": "Availability",
2842+
"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/).",
2843+
"free": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)",
2844+
"pro": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)",
2845+
"biz": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)",
2846+
"ent": "Included with [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/)"
2847+
}
2848+
}
2849+
},
28272850
"total_tls": {
28282851
"title": "Total TLS",
28292852
"link": "/ssl/edge-certificates/additional-options/total-tls/",

0 commit comments

Comments
 (0)