diff --git a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx index d0ed7665df8863c..68062e08a7845af 100644 --- a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx +++ b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx @@ -38,10 +38,12 @@ wrangler hyperdrive create [OPTIONS] - Specifies max duration for which items should persist in the cache, cannot be set when caching is disabled. - `--swr` - Stale While Revalidate - Indicates the number of seconds cache may serve the response after it becomes stale, cannot be set when caching is disabled. -- `--ca-certificate-uuid` - - Sets custom CA certificate when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command. -- `--mtls-certificate-uuid` - - Sets custom mTLS client certificates when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command. +- `--ca-certificate-id` + - Sets custom CA certificate when connecting to origin database. +- `--mtls-certificate-id` + - Sets custom mTLS client certificates when connecting to origin database. +- `--sslmode` + - Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`. @@ -81,10 +83,12 @@ wrangler hyperdrive update [OPTIONS] - Specifies max duration for which items should persist in the cache, cannot be set when caching is disabled. - `--swr` - Stale While Revalidate - Indicates the number of seconds cache may serve the response after it becomes stale, cannot be set when caching is disabled. -- `--ca-certificate-uuid` - - Sets custom CA certificate when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command. -- `--mtls-certificate-uuid` - - Sets custom mTLS client certificates when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command. +- `--ca-certificate-id` + - Sets custom CA certificate when connecting to origin database. +- `--mtls-certificate-id` + - Sets custom mTLS client certificates when connecting to origin database. +- `--sslmode` + - Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`.