Skip to content

Commit

Permalink
[SSL/TLS] Add Client Certificates availability by plans (#17227)
Browse files Browse the repository at this point in the history
PCX-12573
  • Loading branch information
kyouheicf authored Oct 1, 2024
1 parent 3b4806f commit 88ff4d9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/content/plans/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2730,6 +2730,34 @@
"ent": "Yes"
}
}
},
"client_certificates": {
"title": "Client Certificates",
"link": "/ssl/client-certificates/",
"properties": {
"availability": {
"title": "Availability",
"summary": "Available on all plans.",
"free": "Yes",
"pro": "Yes",
"biz": "Yes",
"ent": "Yes"
},
"quantity": {
"title": "Client Certificates included, issued by a Cloudflare Managed CA",
"free": 100,
"pro": 100,
"biz": 100,
"ent": "100 (default), but can allocate more quota."
},
"byo_ca": {
"title": "[Bring your own CA](/ssl/client-certificates/byo-ca/)",
"free": "No",
"pro": "No",
"biz": "No",
"ent": "Yes"
}
}
}
},
"support": {
Expand Down

0 comments on commit 88ff4d9

Please sign in to comment.