> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/key-encryption-keys-kek/signer-certificates.md).

# Signer Certificates

![](/files/e45bd668690c2815b22725e118edff6da1428f7d)

#### Signer Certificates

* This menu option is used to manage signer certificates. The dialog below lists existing signer certificates. User can delete the certificate using the "X" button to the right
* The Import option is to import signer certificate for the CSR created through "Signer CSR" menu below.

![](/files/fe97d3a8831debf52284a7a4eba731ac7cdde9a2)

#### Signer CSR

* This menu option is used to manage Signer CSRs.
* The "Signer CSRs" dialog below lists existing CSRs. These CSRs mean their corresponding signer certificates have not been imported.
* User can delete a CSR using the "X" button
* To create new CSR, insert a USB drive to the KLD.
* Click the "Create" button from "Signer CSRs" dialog below. This will bring up the "Signer Create" dialog. Enter the values (all values are must) and click "Submit" button.
* Name is maximum 32 chars long. Other fields are maximum 48 chars long
* The CSR file should be on the USB root drive with the name given below.
* **Send the CSR to the Verifone team and get the corresponding signer certificate.**
* Import the signer certificate using the "Signer Certificate" menu item described above.

![](/files/9eab24f0c2334159b63b9d5db3bc6d91b94543aa) ![](/files/633d6d82e859196e18ae756edc090e1b66707573)


---

# 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.verifone.com/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/key-encryption-keys-kek/signer-certificates.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.
