# Certificates

- [Public (Signing) Certificate](https://rest-api.symphony.com/main/certificates/public-signing-certificate.md): Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod.
- [List Company Certificates](https://rest-api.symphony.com/main/certificates/list-company-certificates.md): Lists all certificates.
- [Create Company Certificate](https://rest-api.symphony.com/main/certificates/create-company-certificate.md): Create a company trusted or untrusted certificate
- [Delete Company Certificate](https://rest-api.symphony.com/main/certificates/delete-company-certificate.md): Delete a company certificate.
- [Company Certificate Details](https://rest-api.symphony.com/main/certificates/company-certificate-details.md): Get the details of a company certificate.
- [List Verified Certificates](https://rest-api.symphony.com/main/certificates/list-verified-certificates.md): Return a list of all certificates that are verified to a specified fingerprint.
- [List Trusted Certificates](https://rest-api.symphony.com/main/certificates/list-trusted-certificates.md): List all trusted certificates.
- [List Certificate Types](https://rest-api.symphony.com/main/certificates/list-certificate-types.md): List all certs of the given types.
- [Update Company Certificate](https://rest-api.symphony.com/main/certificates/update-company-certificate.md): Update a company certificate.


---

# 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://rest-api.symphony.com/main/certificates.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.
