File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/content/partials/workers/wrangler-commands Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,12 @@ wrangler hyperdrive update <ID> [OPTIONS]
8181 - Specifies max duration for which items should persist in the cache, cannot be set when caching is disabled.
8282- ` --swr ` <Type text = " number" /> <MetaInfo text = " optional" />
8383 - Stale While Revalidate - Indicates the number of seconds cache may serve the response after it becomes stale, cannot be set when caching is disabled.
84- - ` --ca-certificate-uuid ` <Type text = " string" /> <MetaInfo text = " optional" />
85- - Sets custom CA certificate when connecting to origin database. Must be a valid UUID of a certificate uploaded via ` wrangler cert ` command.
86- - ` --mtls-certificate-uuid ` <Type text = " string" /> <MetaInfo text = " optional" />
87- - Sets custom mTLS client certificates when connecting to origin database. Must be a valid UUID of a certificate uploaded via ` wrangler cert ` command.
84+ - ` --ca-certificate-id ` <Type text = " string" /> <MetaInfo text = " optional" />
85+ - Sets custom CA certificate when connecting to origin database.
86+ - ` --mtls-certificate-id ` <Type text = " string" /> <MetaInfo text = " optional" />
87+ - Sets custom mTLS client certificates when connecting to origin database.
88+ - ` --sslmode ` <Type text = " string" /> <MetaInfo text = " optional" />
89+ - Sets SSL mode for CA verification. Must be 'require' | 'verify-ca' | 'verify-full'.
8890
8991<Render file = " wrangler-commands/global-flags" product = " workers" />
9092
You can’t perform that action at this time.
0 commit comments