diff --git a/src/content/partials/cloudflare-for-platforms/create-custom-hostname-api.mdx b/src/content/partials/cloudflare-for-platforms/create-custom-hostname-api.mdx index c72ac1bf7f7c156..f47bed7ebf204e0 100644 --- a/src/content/partials/cloudflare-for-platforms/create-custom-hostname-api.mdx +++ b/src/content/partials/cloudflare-for-platforms/create-custom-hostname-api.mdx @@ -4,7 +4,7 @@ --- 1. To create a custom hostname using the API, use the [Create Custom Hostname](/api/resources/custom_hostnames/methods/create/) endpoint. - + * Only Enterprise customers can use the `certificate_authority` parameter to specify a CA, the `custom_certificate`/`custom_cert_bundle` to upload a custom certificate or `wildcard` to create a wildcard certificate. See [Plans](/cloudflare-for-platforms/cloudflare-for-saas/plans/). * You can leave the `certificate_authority` parameter empty to set it to "default CA". With this option, Cloudflare checks the CAA records before requesting the certificates, which helps ensure the certificates can be issued from the CA. 2. For the newly created custom hostname, the `POST` response may not return the DCV validation token `validation_records`. It is recommended to make a second [`GET` command](/api/resources/custom_hostnames/methods/list/) (with a delay) to retrieve these details. diff --git a/src/content/partials/cloudflare-for-platforms/create-custom-hostname.mdx b/src/content/partials/cloudflare-for-platforms/create-custom-hostname.mdx index 5734dd54f9b5277..23df4bdaeba9e74 100644 --- a/src/content/partials/cloudflare-for-platforms/create-custom-hostname.mdx +++ b/src/content/partials/cloudflare-for-platforms/create-custom-hostname.mdx @@ -12,9 +12,8 @@ import { DashButton } from "~/components"; 2. Select **Add Custom Hostname**. 3. Add your customer's hostname `app.customer.com` and set the relevant options, including: - The [minimum TLS version](/ssl/reference/protocols/). - - Defining whether you want to use a certificate provided by Cloudflare or [upload a custom certificate](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/uploading-certificates/). - - Selecting the [certificate authority (CA)](/ssl/reference/certificate-authorities/) that will issue the certificate. - - Choosing the [validation method](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/validate-certificates/). - - Whether you want to **Enable wildcard**, which adds a `*.` SAN to the custom hostname certificate. For more details, refer to [Hostname priority](/ssl/reference/certificate-and-hostname-priority/#hostname-priority). - - Choosing a value for [Custom origin server](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/). + - Select the [validation method](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/validate-certificates/). + - Define a [Custom origin server](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/). + - Enterprise customers can also select the [certificate authority (CA)](/ssl/reference/certificate-authorities/) that will issue the certificate, [upload a custom certificate](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/uploading-certificates/), or enable wildcard which adds a `*.` SAN to the custom hostname certificate (for more details, refer to [Hostname priority](/ssl/reference/certificate-and-hostname-priority/#hostname-priority)). See [Plans](/cloudflare-for-platforms/cloudflare-for-saas/plans/). + 4. Select **Add Custom Hostname**.