You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ssl/origin-configuration/custom-origin-trust-store.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ description: Custom Origin Trust Store allows you to upload certificate
11
11
12
12
import { Render } from"~/components";
13
13
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.
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.
19
19
20
20
## Availability
21
21
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.
23
23
24
24
## How to
25
25
@@ -33,9 +33,9 @@ With [Full (strict) encryption mode](/ssl/origin-configuration/ssl-modes/full-st
|[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|
|[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