8ae3332165
- moved and renamed files/folders based on new structure - updated docs navigation based on new structure - moved CLI to top nav (created commands.jsx and commands-navigation.js) - updated and added redirects - updating to be consistent with standalone categories - changing "overview" link in top nav to lead to where intro was moved (docs/intro) - adding redirects for intro content - deleting old intro folders - format all data/navigation files - deleting old commands folder - reverting changes to glossary page - adjust intro navigation for removal of 'vs' paths - add helm page redirect - fix more redirects - add a missing redirect - fix broken anchor links and formatting mistakes - deleted duplicate section, added redirect, changed link - removed duplicate glossary page
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
---
|
|
layout: commands
|
|
page_title: 'Commands: Connect'
|
|
sidebar_title: connect
|
|
---
|
|
|
|
# Consul Connect
|
|
|
|
Command: `consul connect`
|
|
|
|
The `connect` command is used to interact with Connect
|
|
[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)
|
|
envoy Runs or Configures Envoy as a Connect proxy
|
|
expose Expose a Connect-enabled service through an Ingress gateway
|
|
proxy Runs a Consul Connect proxy
|
|
```
|
|
|
|
For more information, examples, and usage about a subcommand, click on the name
|
|
of the subcommand in the sidebar.
|