Skip to content

Commit 6290845

Browse files
Fix inconsistent naming occurrence and add anchor link
1 parent 2088758 commit 6290845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By default, Cloudflare's global network maintains [a list of publicly trusted ce
1515

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

18-
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.
18+
When a CA has been uploaded to Custom Origin 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

@@ -45,7 +45,7 @@ With [Full (strict) encryption mode](/ssl/origin-configuration/ssl-modes/full-st
4545
- Method: `GET`
4646
- Endpoint: `/zones/$ZONE_ID/acm/custom_trust_store/$CUSTOM_ORIGIN_TRUST_STORE_ID`
4747
:::note
48-
The `$CUSTOM_ORIGIN_TRUST_STORE_ID` can be found via the List command.
48+
The `$CUSTOM_ORIGIN_TRUST_STORE_ID` can be found via the [List command](#list-custom-origin-trust-store-details).
4949
:::
5050

5151
#### Upload Custom Origin Trust Store
@@ -60,5 +60,5 @@ With [Full (strict) encryption mode](/ssl/origin-configuration/ssl-modes/full-st
6060
- Method: `DELETE`
6161
- Endpoint: `/zones/$ZONE_ID/acm/custom_trust_store/$CUSTOM_ORIGIN_TRUST_STORE_ID`
6262
:::note
63-
The `$CUSTOM_ORIGIN_TRUST_STORE_ID` can be found via the List command.
63+
The `$CUSTOM_ORIGIN_TRUST_STORE_ID` can be found via the [List command](#list-custom-origin-trust-store-details).
6464
:::

0 commit comments

Comments
 (0)