# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
