45 lines
1.2 KiB
Plaintext
Raw Normal View History

---
2020-04-07 14:55:19 -04:00
layout: docs
2020-04-06 16:27:35 -04:00
page_title: 'Commands: Connect'
2020-04-07 19:56:08 -04:00
sidebar_title: 'connect'
2020-04-07 14:55:19 -04:00
sidebar_current: docs-commands-connect
---
# Consul Connect
Command: `consul connect`
The `connect` command is used to interact with Connect
2020-04-09 19:46:54 -04:00
[Connect](/docs/connect/intentions) subsystems. It exposes commands for
running the built-in mTLS proxy and viewing/updating the Certificate Authority
(CA) configuration. This command is available in Consul 1.2 and later.
## Usage
Usage: `consul connect <subcommand>`
For the exact documentation for your Consul version, run `consul connect -h` to view
the complete list of subcommands.
```text
Usage: consul connect <subcommand> [options] [args]
This command has subcommands for interacting with Consul Connect.
Here are some simple examples, and more detailed examples are available
in the subcommands or the documentation.
Run the built-in Connect mTLS proxy
$ consul connect proxy
For more examples, ask for subcommand help or view the documentation.
Subcommands:
ca Interact with the Consul Connect Certificate Authority (CA)
proxy Runs a Consul Connect proxy
```
For more information, examples, and usage about a subcommand, click on the name
2020-04-06 16:27:35 -04:00
of the subcommand in the sidebar.