docs: Add missing "is" on core security models (#10975)

Add missing "is" in description of `auto_encrypt.tls` parameter on
core security models page.
This commit is contained in:
Amos Shapira 2021-09-02 15:07:20 +10:00 committed by GitHub
parent ada5f80fb5
commit 519a7e7848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ environment and adapt these configurations accordingly.
- [`allow_tls`](/docs/agent/options#allow_tls) - By default this is false, and should be set to true on server - [`allow_tls`](/docs/agent/options#allow_tls) - By default this is false, and should be set to true on server
agents to allow certificates to be automatically generated and distributed from the Connect CA to client agents. agents to allow certificates to be automatically generated and distributed from the Connect CA to client agents.
- [`tls`](/docs/agent/options#tls) - By default this false, and should be set to true on client agents to - [`tls`](/docs/agent/options#tls) - By default this is false, and should be set to true on client agents to
automatically request a client TLS certificate from the server's Connect CA. automatically request a client TLS certificate from the server's Connect CA.
**Example Server Agent TLS Configuration** **Example Server Agent TLS Configuration**