diff --git a/src/content/docs/ssl/keyless-ssl/hardware-security-modules/fortanix-dsm.mdx b/src/content/docs/ssl/keyless-ssl/hardware-security-modules/fortanix-dsm.mdx index 1b5b0b18ac46755..884a61761e91840 100644 --- a/src/content/docs/ssl/keyless-ssl/hardware-security-modules/fortanix-dsm.mdx +++ b/src/content/docs/ssl/keyless-ssl/hardware-security-modules/fortanix-dsm.mdx @@ -7,7 +7,7 @@ sidebar: import { Example } from "~/components"; -You can use Cloudfare Keyless SSL with [Fortanix Data Security Manager (DSM)](https://www.fortanix.com/platform/data-security-manager), a FIPS 140-2 Level 3 certified implementation. +You can use Cloudflare Keyless SSL with [Fortanix Data Security Manager (DSM)](https://www.fortanix.com/platform/data-security-manager), a FIPS 140-2 Level 3 certified implementation. You must have a [Data Security Manager Enterprise Tier](https://www.fortanix.com/start-your-free-trial) and set up a group and an application assigned to the group. diff --git a/src/content/docs/workers/platform/deploy-buttons.mdx b/src/content/docs/workers/platform/deploy-buttons.mdx index ca8c5d29918ee95..0123e50b49001fc 100644 --- a/src/content/docs/workers/platform/deploy-buttons.mdx +++ b/src/content/docs/workers/platform/deploy-buttons.mdx @@ -60,7 +60,7 @@ If your Worker application requires Cloudflare resources, they will be automatic Cloudflare will read the Wrangler configuration file of your source repo to determine resource requirements for your application. During deployment, Cloudflare will provision any necessary resources and update the Wrangler configuration where applicable for newly created resources (e.g. database IDs and namespace IDs). To ensure successful deployment, please make sure your source repository includes default values for resource names, resource IDs and any other properties for each binding. ## Best practices -**Configuring Build/Deploy commands**: If you are using custom `build` and `deploy` scripts in your package.json (for example, if using a full stack framework or running D1 migrations), Cloudfare will automatically detect and pre-populate the build and deploy fields. Users can choose to modify or accept the custom commands during deployment configuration. +**Configuring Build/Deploy commands**: If you are using custom `build` and `deploy` scripts in your package.json (for example, if using a full stack framework or running D1 migrations), Cloudflare will automatically detect and pre-populate the build and deploy fields. Users can choose to modify or accept the custom commands during deployment configuration. If no `deploy` script is specified, Cloudflare will preconfigure `npx wrangler deploy` by default. If no `build` script is specified, Cloudflare will leave this field blank.