Skip to content

Commit f19c030

Browse files
kyouheicfelithrar
authored andcommitted
[SSL/TLS] Add Client Certificates availability by plans (#17227)
PCX-12573
1 parent c442776 commit f19c030

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/content/plans/index.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,6 +2730,34 @@
27302730
"ent": "Yes"
27312731
}
27322732
}
2733+
},
2734+
"client_certificates": {
2735+
"title": "Client Certificates",
2736+
"link": "/ssl/client-certificates/",
2737+
"properties": {
2738+
"availability": {
2739+
"title": "Availability",
2740+
"summary": "Available on all plans.",
2741+
"free": "Yes",
2742+
"pro": "Yes",
2743+
"biz": "Yes",
2744+
"ent": "Yes"
2745+
},
2746+
"quantity": {
2747+
"title": "Client Certificates included, issued by a Cloudflare Managed CA",
2748+
"free": 100,
2749+
"pro": 100,
2750+
"biz": 100,
2751+
"ent": "100 (default), but can allocate more quota."
2752+
},
2753+
"byo_ca": {
2754+
"title": "[Bring your own CA](/ssl/client-certificates/byo-ca/)",
2755+
"free": "No",
2756+
"pro": "No",
2757+
"biz": "No",
2758+
"ent": "Yes"
2759+
}
2760+
}
27332761
}
27342762
},
27352763
"support": {

0 commit comments

Comments
 (0)