Merge pull request #7104 from hashicorp/david-yu-patch-4
Small change to TLS connection wording
This commit is contained in:
commit
8b473c956f
|
@ -12,10 +12,10 @@ description: |-
|
||||||
Consul Connect provides service-to-service connection authorization and
|
Consul Connect provides service-to-service connection authorization and
|
||||||
encryption using mutual Transport Layer Security (TLS). Applications can use
|
encryption using mutual Transport Layer Security (TLS). Applications can use
|
||||||
[sidecar proxies](/docs/connect/proxies.html) in a service mesh configuration to
|
[sidecar proxies](/docs/connect/proxies.html) in a service mesh configuration to
|
||||||
automatically establish TLS connections for inbound and outbound connections
|
establish TLS connections for inbound and outbound connections without being aware
|
||||||
without being aware of Connect at all. Applications may also [natively integrate
|
of Connect at all. Applications may also [natively integrate with Connect](/docs/connect/native.html)
|
||||||
with Connect](/docs/connect/native.html) for optimal performance and security.
|
for optimal performance and security. Connect can help you secure your services and provide data
|
||||||
Connect can help you secure your services and provide data about service-to-service
|
about service-to-service
|
||||||
communications.
|
communications.
|
||||||
|
|
||||||
Review the video below to learn more about Consul Connect from HashiCorp's co-founder Armon.
|
Review the video below to learn more about Consul Connect from HashiCorp's co-founder Armon.
|
||||||
|
|
Loading…
Reference in New Issue