Skip to content

Commit bfb4a87

Browse files
Replace :::warning by :::caution and avoid callouts stacking up
1 parent 581229e commit bfb4a87

File tree

1 file changed

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

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +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.
2627
- 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.
2728

28-
:::note
29-
Updating the cipher suites will result in certificates being redeployed.
30-
:::
31-
32-
:::warning
33-
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).
34-
Applying a per-hostname configuration on a wildcard certificate will result in the configuration being applied to all hostnames!
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.
3531
:::
3632

3733
## Steps and API examples

0 commit comments

Comments
 (0)