> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/getting-started/securing/certificate-authentication.md).

# Certificate authentication

Certificate authentication is designed primarily for running task sequences in an existing OS.  This enables authentication using an available certificate, typically issued by an internal PKI.  In order for this to work, it is necessary to configure the DeployR server to tell it what certificate issuer should be accepted.  This can be configured using the "Configure Deploy" configuration editor:

<figure><img src="/files/mXiqBK2URfdwJDi0JZ8V" alt=""><figcaption></figcaption></figure>

The DeployR client also needs to know which certificate(s) to present to the server.  To configure this, add an entry to the bootstrap.json file that specifies a value for the "DeployRAuthCertIssuer" that matches what has been configured on the DeployR server.

If no certificates are available, or if the DeployR server rejects the certificates that were presented, the authentication process will continue, considering Entra ID authentication and then passcode authentication.


---

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

```
GET https://documentation.2pintsoftware.com/deployr/1.2/getting-started/securing/certificate-authentication.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.
