# SSL/TLS

Use these endpoints to manage SSL/TLS certificates for your organization. You can upload custom certificates or issue certificates through Let’s Encrypt.

{% openapi src="/files/fAJwqYr1zFdca6evg6uO" path="/api/v1/ssl/{organization\_uuid}/" method="get" %}
[list-certificates.json](https://542970813-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtK7oIwmhUHdEJcaH4Hx8%2Fuploads%2Fgit-blob-2d82a9803aa58d86f508557083705034ea67faad%2Flist-certificates.json?alt=media)
{% endopenapi %}

{% openapi src="/files/3ZHL510Ohqd0GdISxxLk" path="/api/v1/ssl/{organization\_uuid}/" method="post" %}
[create-certificate.json](https://542970813-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtK7oIwmhUHdEJcaH4Hx8%2Fuploads%2Fgit-blob-67de4532ea3a8c03ecd3c011d37c0e10480e3c5b%2Fcreate-certificate.json?alt=media)
{% endopenapi %}

{% openapi src="/files/jo1WZwCXeT8apXTSHv3T" path="/api/v1/ssl/{organization\_uuid}/{ssl\_uuid}/" method="put" %}
[update-certificate.json](https://542970813-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtK7oIwmhUHdEJcaH4Hx8%2Fuploads%2Fgit-blob-7f798f54fbc28eb14f54d69d3ed2afeadf87aaf3%2Fupdate-certificate.json?alt=media)
{% endopenapi %}

{% openapi src="/files/jYFig3Yyxtw5qKwL6nNX" path="/api/v1/ssl/{organization\_uuid}/{ssl\_uuid}/" method="delete" %}
[delete-certificate.json](https://542970813-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtK7oIwmhUHdEJcaH4Hx8%2Fuploads%2Fgit-blob-32d0b773452f151e40cb9df30877b9cbcc2003df%2Fdelete-certificate.json?alt=media)
{% endopenapi %}

## Let’s Encrypt

Use these endpoints to issue an SSL/TLS certificate through Let’s Encrypt. Complete the DNS verification step before finalizing the certificate.

{% openapi src="/files/IyfGjTAq8KOY69cKu4Gr" path="/api/v1/ssl/{organization\_uuid}/lets-encrypt/initiate-dns-verification/" method="post" %}
[lets-encrypt-initiate-dns-verification.json](https://542970813-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtK7oIwmhUHdEJcaH4Hx8%2Fuploads%2Fgit-blob-4f0914f580dc347c83860f2a0257e763016662da%2Flets-encrypt-initiate-dns-verification.json?alt=media)
{% endopenapi %}

{% openapi src="/files/Oi4u4bQiW6QEM7j99nmS" path="/api/v1/ssl/{organization\_uuid}/lets-encrypt/finalize-ssl-creation/" method="post" %}
[lets-encrypt-finalize-ssl-creation.json](https://542970813-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtK7oIwmhUHdEJcaH4Hx8%2Fuploads%2Fgit-blob-3ec850b16d72df64ea8e6a6848ebaaf688d1a934%2Flets-encrypt-finalize-ssl-creation.json?alt=media)
{% endopenapi %}


---

# 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://clients.medianova.com/api-documentation/security/ssl-tls.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.
