Skip to content

Commit 8c5ca25

Browse files
Add zrt to TLS 1.3 API options (#20400)
See SPM-2727 for more info.
1 parent b981d58 commit 8c5ca25

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ssl/edge-certificates/additional-options

1 file changed

+1
-1
lines changed

src/content/docs/ssl/edge-certificates/additional-options/tls-13.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To enable TLS 1.3 in the dashboard:
3535

3636
</TabItem> <TabItem label="API">
3737

38-
To adjust your TLS 1.3 settings with the API, send a [`PATCH`](/api/resources/zones/subresources/settings/methods/edit/) request with `tls_1_3` as the setting name in the URI path, and set the `value` parameter to your desired setting (`"on"` or `"off"`).
38+
To adjust your TLS 1.3 settings with the API, send a [`PATCH`](/api/resources/zones/subresources/settings/methods/edit/) request with `tls_1_3` as the setting name in the URI path, and set the `value` parameter to your desired setting (`"on"`, `"zrt"` or `"off"`). `zrt` refers to [Zero Round Trip Time Resumption (0-RTT)](https://blog.cloudflare.com/introducing-0-rtt/).
3939

4040
</TabItem> </Tabs>
4141

0 commit comments

Comments
 (0)