Skip to content

Commit 4886fc2

Browse files
[SSL] Call out wildcard behavior in custom ciphers api.mdx (#25989)
* [SSL] Update API documentation for cipher suite customization Added a warning about per-hostname cipher suite customization and its implications. CUSTESC-54412 * Replace :::warning by :::caution and avoid callouts stacking up --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent a2d8be2 commit 4886fc2

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites

1 file changed

+3
-3
lines changed

src/content/docs/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites/api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ import { Render, TabItem, Tabs, APIRequest } from "~/components";
1919

2020
Note that:
2121

22+
- Updating the cipher suites will result in certificates being redeployed.
2223
- Cipher suites are used in combination with other [SSL/TLS settings](/ssl/edge-certificates/additional-options/cipher-suites/#related-ssltls-settings).
2324
- You cannot set specific TLS 1.3 ciphers. Instead, you can [enable TLS 1.3](/ssl/edge-certificates/additional-options/tls-13/#enable-tls-13) for your entire zone and Cloudflare will use all applicable [TLS 1.3 cipher suites](/ssl/edge-certificates/additional-options/cipher-suites/supported-cipher-suites/).
2425
- Each cipher suite also supports a specific algorithm (RSA or ECDSA) so you should consider the algorithms in use by your edge certificates when making your ciphers selection. You can find this information under each certificate listed in [**SSL/TLS** > **Edge Certificates**](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates).
2526
- It is not possible to configure minimum TLS version nor cipher suites for [Cloudflare Pages](/pages/) hostnames.
26-
- If setting up a per-hostname cipher suite customization, make sure that the hostname is specified on the certificate (instead of being covered by a wildcard).
2727
- If you use Windows you might need to adjust the `curl` syntax, refer to [Making API calls on Windows](/fundamentals/api/how-to/make-api-calls/#making-api-calls-on-windows) for further guidance.
2828

29-
:::note
30-
Updating the cipher suites will result in certificates being redeployed.
29+
:::caution
30+
If setting up a per-hostname cipher suite customization, make sure that the hostname is specified on the certificate (instead of being covered by a wildcard). Applying a per-hostname configuration on a wildcard certificate will result in the configuration being applied to all hostnames.
3131
:::
3232

3333
## Steps and API examples

0 commit comments

Comments
 (0)