Skip to content

Commit 7de9034

Browse files
authored
Include API links
1 parent cb9c90c commit 7de9034

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/content/docs/ssl/origin-configuration/custom-origin-trust-store.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ description: Custom Origin Trust Store allows you to upload certificate
1111

1212
import { Render } from "~/components";
1313

14-
By default, Cloudflare's global network maintains a list of publicly trusted certificate authorities. This means that when using [Full (strict) encryption mode](/ssl/origin-configuration/ssl-modes/full-strict/), Cloudflare will only trust origin server certificates issued by a CA in this trust store.
14+
By default, Cloudflare's global network maintains [a list of publicly trusted certificate authorities](https://github.com/cloudflare/cfssl_trust). This means that when using [Full (strict) encryption mode](/ssl/origin-configuration/ssl-modes/full-strict/), Cloudflare will only trust origin server certificates issued by a CA included in this trust store.
1515

1616
<Render file="custom-origin-trust-store-definition" product="ssl" /> <br />
1717

1818
When a CA has been uploaded to Custom Origin Server Trust Store, Cloudflare will ignore all default publicly trusted CAs and exclusively use the CA or CAs that have been uploaded to authenticate the origin server.
1919

2020
## Availability
2121

22-
To get access to Custom Origin Trust Store, you need to have [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/) enabled on your zone.
22+
To get access to Custom Origin Trust Store, [Advanced Certificate Manager](/ssl/edge-certificates/advanced-certificate-manager/) must be enabled on the zone.
2323

2424
## How to
2525

@@ -33,9 +33,9 @@ With [Full (strict) encryption mode](/ssl/origin-configuration/ssl-modes/full-st
3333

3434
## API commands
3535

36-
| Command | Method | Endpoint |
37-
| -------------------------------- | -------- | ---------------------------------------------- |
38-
| Create custom origin trust store | `POST` | `/zones/<ZONE_ID>/acm/custom_trust_store` |
39-
| List custom origin trust stores | `GET` | `/zones/<ZONE_ID>/acm/custom_trust_store` |
40-
| Get custom origin trust store | `GET` | `/zones/<ZONE_ID>/acm/custom_trust_store/<ID>` |
41-
| Delete custom origin trust store | `DELETE` | `/zones/<ZONE_ID>/acm/custom_trust_store/<ID>` |
36+
| Command | Method + URL stub | Notes |
37+
| ---------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------- |
38+
| [List Custom Origin Trust Store Details](/api/resources/acm/subresources/custom_trust_store/methods/list/) | `GET zones/:zone_id/acm/custom_trust_store` | |
39+
| [Custom Origin Trust Store Details](/api/resources/acm/subresources/custom_trust_store/methods/get/) | `GET zones/:zone_id/acm/custom_trust_store/:id` | The `:id` can be found via the List command |
40+
| [Upload Custom Origin Trust Store](/api/resources/acm/subresources/custom_trust_store/methods/create/) | `POST zones/:zone_id/acm/custom_trust_store` | |
41+
| [Delete Custom Origin Trust Store](/api/resources/acm/subresources/custom_trust_store/methods/delete/) | `DELETE zones/:zone_id/acm/custom_trust_store/:id` | The `:id` can be found via the List command |

0 commit comments

Comments
 (0)