> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/how-to-guides/security-and-tls.md).

# Security & TLS

- [Using TLS](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls.md): Configure TLS encryption for Bindplane collector receivers.
- [Certificate and Key Requirements](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/requirements.md): Format and requirements for certificates and private keys used with Bindplane collectors.
- [Encrypting Traffic Between Collectors and Gateways](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/gateway-tls.md): Configure TLS encryption between downstream collectors and gateway hosts.
- [Mutual TLS (mTLS)](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/mutual-tls.md): Set up mutual TLS for Bindplane collector receivers with two-way authentication.
- [Quick Start](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/quick-start.md): Get TLS configured on your Bindplane collector receiver in minutes.
- [Reference](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/reference.md): Reference material for TLS concepts, certificate conversion, and testing.
- [Certificate Conversion](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/reference/certificate-conversion.md): Convert certificates and private keys between formats for use with Bindplane collectors.
- [Testing and Verification](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/reference/testing-verification.md): Commands and procedures for testing and verifying TLS configurations on Bindplane collectors.
- [TLS Concepts](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/reference/tls-concepts.md): Educational background on TLS terminology and concepts for Bindplane collectors.
- [TLS Configuration Guide](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/configuration.md): Configure TLS encryption on Bindplane collector receivers with examples and parameter reference.
- [TLS Troubleshooting](https://docs.bindplane.com/how-to-guides/security-and-tls/using-tls/troubleshooting.md): Solutions to common TLS issues when configuring Bindplane collector receivers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bindplane.com/how-to-guides/security-and-tls.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
