You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/wrangler/commands.mdx
+130
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Wrangler offers a number of commands to manage your Cloudflare Workers.
40
40
-[`rollback`](#rollback) - Rollback to a recent deployment.
41
41
-[`dispatch-namespace`](#dispatch-namespace) - Interact with a [dispatch namespace](/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works/#dispatch-namespace).
42
42
-[`mtls-certificate`](#mtls-certificate) - Manage certificates used for mTLS connections.
43
+
-[`cert`](#cert) - Manage certificates used for mTLS and Certificate Authority (CA) chain connections.
43
44
-[`types`](#types) - Generate types from bindings and module rules in configuration.
44
45
-[`telemetry`](#telemetry) - Configure whether Wrangler can collect anonymous usage data.
Manage mTLS client certificates and Certificate Authority (CA) chain certificates used for secured connections.
2331
+
2332
+
These certificates can be used in Hyperdrive configurations, enabling them to present the certificate when connecting to an origin database that requires client authentication (mTLS) or a custom Certificate Authority (CA).
0 commit comments