Skip to content

Commit 01803af

Browse files
[SSL] Add API value reference to bundling-methodologies.mdx (#16898)
* [SSL] Update bundling-methodologies.mdx * Update bundling-methodologies.mdx removed whitespace * Update bundling-methodologies.mdx --------- Co-authored-by: Chris Martinelli <[email protected]>
1 parent 0e383a5 commit 01803af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/ssl/edge-certificates/custom-certificates/bundling-methodologies.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ Expiration values for these certificates may appear in the `expires_on` field wh
2020

2121
### Compatible
2222

23-
Compatible is the default methodology and uses **common and well distributed intermediate certificates** to complete the chain. This ensures that the resulting bundle is compatible with as many clients as possible.
23+
Compatible is the default methodology and uses **common and well distributed intermediate certificates** to complete the chain. This ensures that the resulting bundle is compatible with as many clients as possible.
24+
The related value for the `bundle_method` parameter when using the [API](/api/operations/custom-ssl-for-a-zone-create-ssl-configuration) is `ubiquitous`.
2425

2526
### Modern
2627

2728
Modern consists of attempts to make the chain as efficient as possible, often by using **newer or fewer intermediate certificates**.
29+
The related value for the `bundle_method` parameter when using the [API](/api/operations/custom-ssl-for-a-zone-create-ssl-configuration) is `optimal`.
2830

2931
### User-defined
3032

3133
User-defined allows you to paste **your own certificate chain** and present that bundle to clients. You must specify any intermediates you wish to use, followed by the leaf. If you are using a self-signed certificate (not recommended), you must use this mode.
34+
The related value for the `bundle_method` parameter when using the [API](/api/operations/custom-ssl-for-a-zone-create-ssl-configuration) is `force`.

0 commit comments

Comments
 (0)