> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/developer/troubleshooting/what-certificate-authority-does-batch-use-for-its-apis-and-dashboard.md).

# What certificate authority does Batch use for its APIs and Dashboard?

As of February 3, 2026, Batch uses [Let’s Encrypt](https://letsencrypt.org/) as the certificate authority for its API endpoints.

The [dashboard](https://dashboard.batch.com/) will switch to Let's Encrypt on June 1, 2026.&#x20;

### What is Let’s Encrypt?

Let’s Encrypt is a modern, automated, and open certificate authority (CA). It issues SSL/TLS certificates to secure HTTPS connections. It’s widely recognized as an industry standard.

### Do you (as a Batch client) need to do anything?

If you use [certificate pinning](https://www.ssl.com/blogs/what-is-certificate-pinning), you must update your trust chain.

Please note that, as part of [modern security best practices](https://www.digicert.com/blog/tls-certificate-lifetimes-will-officially-reduce-to-47-days), certificates are now short-lived by design. Short lifespans require automation. Because of this, we do not support certificate pinning: if you want to harden security, please rely on [Certificate Transparency](https://en.wikipedia.org/wiki/Certificate_Transparency).

Let’s Encrypt’s trust chain is documented [here](https://letsencrypt.org/certificates/). For now, the certificates we emit are valid for 90 days, but this duration might be reduced over time.

For any questions, our support can help you at <support@batch.com>.


---

# 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://doc.batch.com/developer/troubleshooting/what-certificate-authority-does-batch-use-for-its-apis-and-dashboard.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.
