> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/amqp-producer/options-amqp-producer/security-tab.md).

# Security tab

![Security tab](/files/g9l8GBuSvgYoCVIRUnLs)

The **Security** tab allows you to define authentication credentials for the AMQP server. This tab includes the following options:

| Option                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Username**            | Specify the user name required to access the AMQP server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Password**            | Specify the password associated with the user name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Use secure protocol** | Select this option to define SSL properties for the connection.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **SSL Properties**      | <p><strong>Context Algorithm</strong>: Specify the name of the secure protocol you are using.</p><p><strong>Key Store Password</strong>: Specify the password for the key store this connection is using.</p><p><strong>Key Store Path</strong>: Specify the file path location of the key store you want this secure connection to use.</p><p><strong>Key Store Type</strong>: Specify the identifying name or string for the type of key store.</p><p><strong>Trust Store Password</strong>: Specify the password for the trust store object that you want this secure connection to use.</p><p><strong>Trust Store Path</strong>: Specify the file path location of the trust store certificates you want this secure connection to use.</p><p><strong>Trust Store Type</strong>: Specify the format of the trust store.</p> |


---

# 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.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/amqp-producer/options-amqp-producer/security-tab.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.
