Skip to content

Commit 75e72d6

Browse files
Revert changes as per test showing any order will work
1 parent df1f6b1 commit 75e72d6

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

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

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,4 @@ The related value for the `bundle_method` parameter when using the [API](/api/re
4040

4141
User-defined allows you to paste your own certificate chain and present that bundle to clients. If you are using a self-signed certificate (not recommended), you must use this mode.
4242

43-
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
44-
45-
You must specify the leaf certificate first, followed by any intermediates you wish to use.
46-
47-
```txt
48-
-----BEGIN CERTIFICATE-----
49-
<leaf>
50-
-----END CERTIFICATE-----
51-
-----BEGIN CERTIFICATE-----
52-
<intermediate>
53-
-----END CERTIFICATE-----
54-
```
55-
56-
</TabItem> <TabItem label="API">
57-
58-
The related value for the `bundle_method` parameter when using the [API](/api/resources/custom_certificates/methods/create/) is `force`. You must specify any intermediates you wish to use, followed by the leaf, as in the example below:
59-
60-
```txt
61-
-----BEGIN CERTIFICATE-----
62-
<intermediate>
63-
-----END CERTIFICATE-----
64-
-----BEGIN CERTIFICATE-----
65-
<leaf>
66-
-----END CERTIFICATE-----
67-
```
68-
69-
</TabItem> </Tabs>
43+
The related value for the `bundle_method` parameter when using the [API](/api/resources/custom_certificates/methods/create/) is `force`.

0 commit comments

Comments
 (0)